Skip to content

Commit 3b9f539

Browse files
testwq
1 parent df4c176 commit 3b9f539

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
@@ -117,7 +117,7 @@ unit-race:
117117
#? fmt: Fix imports and format source code
118118
fmt: $(GOIMPORTS_BIN)
119119
@$(call print, "Fixing imports.")
120-
gosimports -w $(GOFILES_NOVENDOR)
120+
$(GOIMPORTS_BIN) -w $(GOFILES_NOVENDOR)
121121
@$(call print, "Formatting source.")
122122
gofmt -l -w -s $(GOFILES_NOVENDOR)
123123

0 commit comments

Comments
 (0)