about summary refs log tree commit diff stats
path: root/commands/msg/copy.go
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-04-24 12:59:40 -0400
committerDrew DeVault <sir@cmpwn.com>2020-04-24 12:59:40 -0400
commit6f8ad918240fecc10ef4ef93768853157287c13d (patch)
tree5e91e81d5c23fed9fc455a9fd5f534f0276e78a4 /commands/msg/copy.go
parent92f59ef94af4ce936a5ea3a4407360e558317744 (diff)
downloadaerc-6f8ad918240fecc10ef4ef93768853157287c13d.tar.gz
gofmt fixes
Diffstat (limited to 'commands/msg/copy.go')
-rw-r--r--commands/msg/copy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/copy.go b/commands/msg/copy.go
index c2f79c6..3eca565 100644
--- a/commands/msg/copy.go
+++ b/commands/msg/copy.go
@@ -60,7 +60,7 @@ func (Copy) Execute(aerc *widgets.Aerc, args []string) error {
 			case *types.Done:
 				aerc.PushStatus("Messages copied.", 10*time.Second)
 			case *types.Error:
-				aerc.PushError(" "+msg.Error.Error())
+				aerc.PushError(" " + msg.Error.Error())
 			}
 		})
 	return nil