Skip to content

Commit

Permalink
Run go fmt after asset generation (#469)
Browse files Browse the repository at this point in the history
This was creating modified files if someone has a gofmt on the repo.
  • Loading branch information
agnivade authored Oct 15, 2021
1 parent e503984 commit 818e2ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ build-windows:
assets:
go get -modfile=go.tools.mod github.com/kevinburke/go-bindata/go-bindata/...
go generate ./...
go fmt ./...

build: assets build-linux build-windows build-osx

Expand Down
12 changes: 6 additions & 6 deletions deployment/terraform/assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions loadtest/control/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 818e2ab

Please sign in to comment.