Skip to content

Commit

Permalink
format golang files
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Sep 16, 2024
1 parent f035678 commit fadbefd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/quickstarter/steps.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fadbefd

Please sign in to comment.