diff --git a/Makefile b/Makefile index 8e18ca8..d74d42f 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ fmt: - find . -name '*.go' -exec gofumpt -w -s -extra {} \; \ No newline at end of file + find . -name '*.go' -exec gofumpt -w -s -extra {} \;