Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Oct 20, 2023
1 parent d2a1506 commit 02a5be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions useragent/cicd.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ type envVar struct {
}

type cicdProvider struct {
// The name of the CI/CD provider. This is the name included in the user
// The name of the CI/CD provider. This is the name included in the user
// agent string.
name string
name string

// The env vars that are expected to be set in the CI/CD provider's runner.
envVars []envVar
Expand Down

0 comments on commit 02a5be1

Please sign in to comment.