From cad8553c018de9d94b5150f9600717758ca45eb0 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 502d2566f..da4fb8da8 100644 --- a/Makefile +++ b/Makefile @@ -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