mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 11:17:19 +03:00
Also simplify when formatting
This commit is contained in:
parent
e36a4201db
commit
393d6fb2dc
@ -10,4 +10,5 @@ unformatted=`$gofmtcmd -l $gofiles`
|
||||
|
||||
for f in $unformatted; do
|
||||
$gofmtcmd -w -l "$f"
|
||||
gofmt -s -w -l "$f"
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user