aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/send.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/send.go')
-rw-r--r--commands/compose/send.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/send.go b/commands/compose/send.go
index f726a602..43201db2 100644
--- a/commands/compose/send.go
+++ b/commands/compose/send.go
@@ -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()
}