Skip to content

Commit 3aac227

Browse files
authored
Merge pull request #366 from bflad/td-gofmt-s
Makefile: Update fmt target to include gofmt -s flag
2 parents b33ad10 + e8dd384 commit 3aac227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protobuf:
1919
bash internal/tfplugin5/generate.sh
2020

2121
fmt:
22-
gofmt -w $(GOFMT_FILES)
22+
gofmt -s -w $(GOFMT_FILES)
2323

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

0 commit comments

Comments
 (0)