diff --git a/bin/fmt.sh b/bin/fmt.sh index 0920e7651..73dbf3c61 100755 --- a/bin/fmt.sh +++ b/bin/fmt.sh @@ -10,4 +10,5 @@ unformatted=`$gofmtcmd -l $gofiles` for f in $unformatted; do $gofmtcmd -w -l "$f" + gofmt -s -w -l "$f" done \ No newline at end of file