Skip to content

Commit

Permalink
Use gofmt -s -w
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Jan 9, 2019
1 parent 24d17a5 commit 6aced8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ doc:

gen:
go generate ./dkron
go fmt ./dkron/bindata.go
gofmt -s -w ./dkron/bindata.go

test:
@bash --norc -i ./scripts/test

0 comments on commit 6aced8d

Please sign in to comment.