From f8172015a8c52506e4b3de6618da0bc367ee64bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 10 Sep 2024 10:51:13 +0300 Subject: [PATCH] fix shfmt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27a4c9b..8e45c36 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ lint: go vet ./... staticcheck -f stylish ./... shellcheck $(SCRIPTS) - shfmt $(SCRIPTS) + shfmt -w -i 4 $(SCRIPTS) git diff --exit-code .INTERMEDIATE: coverage.out