Skip to content

Commit

Permalink
Makefile: remove trailing space after golangci-lint run command
Browse files Browse the repository at this point in the history
It is left after ec2c82e
  • Loading branch information
valyala committed Jan 6, 2023
1 parent 1a28f0e commit cad8553
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 @@ -366,7 +366,7 @@ install-qtc:


golangci-lint: install-golangci-lint
golangci-lint run
golangci-lint run

install-golangci-lint:
which golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.50.1
Expand Down

0 comments on commit cad8553

Please sign in to comment.