Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shubha-rajan committed Nov 17, 2022
1 parent c3da678 commit e483e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ func init() {
userAgent = "cloud-sql-proxy/" + versionString
}



// Execute adds all child commands to the root command and sets flags appropriately.
// This is called by main.main(). It only needs to happen once to the rootCmd.
func Execute() {
Expand Down
4 changes: 2 additions & 2 deletions cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ func TestUserAgentWithOperatorVersionFlag(t *testing.T) {
[]string{
"--runtime",
"cloud-sql-proxy-operator/0.0.1",
"proj:region:inst"
}
"proj:region:inst",
},
)
if err != nil {
t.Fatalf("want error = nil, got = %v", err)
Expand Down

0 comments on commit e483e4f

Please sign in to comment.