From 6f8ad918240fecc10ef4ef93768853157287c13d Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 24 Apr 2020 12:59:40 -0400 Subject: gofmt fixes --- commands/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/exec.go') diff --git a/commands/exec.go b/commands/exec.go index e90652d..e15afbe 100644 --- a/commands/exec.go +++ b/commands/exec.go @@ -33,7 +33,7 @@ func (ExecCmd) Execute(aerc *widgets.Aerc, args []string) error { go func() { err := cmd.Run() if err != nil { - aerc.PushError(" "+err.Error()) + aerc.PushError(" " + err.Error()) } else { color := tcell.ColorDefault if cmd.ProcessState.ExitCode() != 0 { -- cgit v1.2.3