Also simplify when formatting
This commit is contained in:
parent
e36a4201db
commit
393d6fb2dc
1 changed files with 1 additions and 0 deletions
|
|
@ -10,4 +10,5 @@ unformatted=`$gofmtcmd -l $gofiles`
|
|||
|
||||
for f in $unformatted; do
|
||||
$gofmtcmd -w -l "$f"
|
||||
gofmt -s -w -l "$f"
|
||||
done
|
||||
Loading…
Reference in a new issue