Skip to content

Commit

Permalink
chore: fix the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zjrgov committed Dec 18, 2024
1 parent 67eaca6 commit ec49c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runner/cf-driver-go/cg/cg.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cg

type App struct {
Id string
Name string
Name string
State string
}

Expand Down
2 changes: 1 addition & 1 deletion runner/cf-driver-go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
}()

if err := godotenv.Load(); err != nil {
panic("error loading .env file")
panic("error loading .env file")
}

cgClient, err := cg.New(&cg.GoCFClientAdapter{}, nil)
Expand Down

0 comments on commit ec49c7a

Please sign in to comment.