Skip to content

Commit 086cc66

Browse files
committed
moved the lint line by accident
1 parent f9aa40a commit 086cc66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ test:
4848
@scripts/run-test.sh
4949
@cd scripts && sh teardown.sh && cd ..
5050

51-
lint: @printf $(CCCOLOR)"GolangCI Lint...\n"$(ENDCOLOR)
51+
lint:
52+
@printf $(CCCOLOR)"GolangCI Lint...\n"$(ENDCOLOR)
5253
@golangci-lint run
5354

5455
.PHONY: client

0 commit comments

Comments
 (0)