From fadbefd93761ea9ad8a71e5f7398101a11333feb Mon Sep 17 00:00:00 2001 From: "Vazquez,Brais (IT EDP)" Date: Mon, 16 Sep 2024 18:00:48 +0200 Subject: [PATCH] format golang files --- tests/quickstarter/steps.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/quickstarter/steps.go b/tests/quickstarter/steps.go index ae441cd81..8b809105b 100644 --- a/tests/quickstarter/steps.go +++ b/tests/quickstarter/steps.go @@ -115,8 +115,9 @@ type TestStepVerify struct { // TemplateData holds template parameters. Those will be applied to all // values defined in the steps, as they are treated as Go templates. // For example, Jenkins run attachments can be defined like this: -// runAttachments: -// - SCRR-{{.ProjectID}}-{{.ComponentID}}.docx, and then the +// +// runAttachments: +// - SCRR-{{.ProjectID}}-{{.ComponentID}}.docx, and then the type TemplateData struct { // Project ID (the prefix of the *-cd, *-dev and *-test namespaces). ProjectID string