gofmt fixes
This commit is contained in:
parent
92f59ef94a
commit
6f8ad91824
14 changed files with 20 additions and 20 deletions
commands/compose
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue