gofmt fixes

This commit is contained in:
Drew DeVault 2020-04-24 12:59:40 -04:00
commit 6f8ad91824
14 changed files with 20 additions and 20 deletions
commands/compose

View file

@ -246,7 +246,7 @@ func (Send) Execute(aerc *widgets.Aerc, args []string) error {
r.Close()
composer.Close()
case *types.Error:
aerc.PushError(" "+msg.Error.Error())
aerc.PushError(" " + msg.Error.Error())
r.Close()
composer.Close()
}