fix shfmt

This commit is contained in:
Motiejus Jakštys 2024-09-10 10:51:13 +03:00
parent 04a61d2fc9
commit f8172015a8
1 changed files with 1 additions and 1 deletions

View File

@ -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