1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 14:27:23 +00:00

Remove go fmt

This commit is contained in:
2019-10-17 10:01:03 -04:00
parent 209a94614b
commit b55359ceed

View File

@ -79,7 +79,6 @@ func BuildEmoji() error {
return err
}
f.Sync()
sh.Run("go", "fmt")
return nil
}