From 87a4943bea740895a028180d6d01cf546d33612a Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 5 Jan 2023 16:58:55 -0800 Subject: [PATCH] Makefile: remove trailing space after `golangci-lint run` command It is left after ec2c82e8005546849a84731850f4879f9612667b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c56230966..f7eb55625 100644 --- a/Makefile +++ b/Makefile @@ -193,7 +193,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