Skip to content

Commit 93be37c

Browse files
committed
chore: 📝 Delete some spaces.
1 parent 8b87bdc commit 93be37c

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
@@ -116,7 +116,7 @@ fmt: ## Run go fmt against code.
116116
go fmt ./...
117117

118118
.PHONY: fmt-imports
119-
fmt-imports: gci ## Run gci formatter on go files and verify.
119+
fmt-imports: gci ## Run gci formatter on go files and verify.
120120
$(GCI) write -s standard -s default -s 'prefix(sigs.k8s.io/gateway-api-inference-extension)' --skip-generated --skip-vendor .
121121

122122
.PHONY: fmt-verify

0 commit comments

Comments
 (0)