Also simplify when formatting

This commit is contained in:
Deluan 2016-03-14 11:36:11 -04:00
parent e36a4201db
commit 393d6fb2dc

View File

@ -10,4 +10,5 @@ unformatted=`$gofmtcmd -l $gofiles`
for f in $unformatted; do
$gofmtcmd -w -l "$f"
gofmt -s -w -l "$f"
done