Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Nov 29, 2024
1 parent 009dde9 commit eadad53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ install-mockgen:
go install go.uber.org/mock/mockgen@latest

install-golangci-lint:
@which golangci-lint || go install github.com/golangci/golangci-lint/cmd/[email protected]
@which golangci-lint || go install github.com/golangci/golangci-lint/cmd/[email protected]

lint: install-golangci-lint ## Run linter
golangci-lint run
Expand Down

0 comments on commit eadad53

Please sign in to comment.