good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit aad02d36 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Fix shfmt in fmt.sh

parent 1b874731
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ gen() {
fmt() {
gofmt -w -s .
go run go.coder.com/go-tools/cmd/goimports -w "-local=$(go list -m)" .
go run mvdan.cc/sh/cmd/shfmt -i 2 -w -s -sr ..
go run mvdan.cc/sh/cmd/shfmt -i 2 -w -s -sr .
# shellcheck disable=SC2046
npx prettier \
--write \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment