From caf07d6f2a24d20284f57d25fdb96165a08f6f02 Mon Sep 17 00:00:00 2001 From: MarvinJWendt Date: Wed, 26 Jun 2024 12:39:29 +0200 Subject: [PATCH] chore: updated template files --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 98fbcb6..5cbc5fb 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,5 @@ test: lint: @echo "# Linting..." @golangci-lint run + @echo "## Fixing whitespaces...." + @wsl --allow-cuddle-declarations --force-err-cuddling --fix ./...