Skip to content

Commit

Permalink
Merge pull request #366 from bflad/td-gofmt-s
Browse files Browse the repository at this point in the history
Makefile: Update fmt target to include gofmt -s flag
  • Loading branch information
paultyng authored Mar 19, 2020
2 parents b33ad10 + e8dd384 commit 3aac227
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 @@ -19,7 +19,7 @@ protobuf:
bash internal/tfplugin5/generate.sh

fmt:
gofmt -w $(GOFMT_FILES)
gofmt -s -w $(GOFMT_FILES)

fmtcheck:
@sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'"
Expand Down

0 comments on commit 3aac227

Please sign in to comment.