Skip to content

Commit 1835632

Browse files
committed
description
1 parent 0db1de0 commit 1835632

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
@@ -251,7 +251,7 @@ fmt-check: fmt
251251
fi
252252

253253
.PHONY: fix
254-
fix: ## apply code fixes to Go code
254+
fix: ## apply automated fixes to Go code
255255
$(GO) run $(GOPLS_MODERNIZE_PACKAGE) -fix ./...
256256

257257
.PHONY: fix-check

0 commit comments

Comments
 (0)