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/account/mkdir.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/account/mkdir.go') diff --git a/commands/account/mkdir.go b/commands/account/mkdir.go index 9d16063..4352a42 100644 --- a/commands/account/mkdir.go +++ b/commands/account/mkdir.go @@ -40,7 +40,7 @@ func (MakeDir) Execute(aerc *widgets.Aerc, args []string) error { aerc.PushStatus("Directory created.", 10*time.Second) acct.Directories().Select(name) case *types.Error: - aerc.PushError(" "+msg.Error.Error()) + aerc.PushError(" " + msg.Error.Error()) } }) return nil -- cgit v1.2.3