From 8446d486645858b051f829a47716fd329f9743bf Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Fri, 17 Jul 2020 17:50:24 +0200 Subject: run go fmt --- commands/account/clear.go | 2 +- commands/msg/read.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'commands') diff --git a/commands/account/clear.go b/commands/account/clear.go index 263b5de..838bfcc 100644 --- a/commands/account/clear.go +++ b/commands/account/clear.go @@ -2,8 +2,8 @@ package account import ( "errors" - "time" "git.sr.ht/~sircmpwn/aerc/widgets" + "time" ) type Clear struct{} diff --git a/commands/msg/read.go b/commands/msg/read.go index 0888189..325b776 100644 --- a/commands/msg/read.go +++ b/commands/msg/read.go @@ -1,9 +1,9 @@ package msg import ( + "fmt" "sync" "time" - "fmt" "git.sr.ht/~sircmpwn/getopt" @@ -171,7 +171,7 @@ func (FlagMsg) Execute(aerc *widgets.Aerc, args []string) error { go func() { wg.Wait() if success { - aerc.PushStatus(actionName + " flag '" + flagName + "' successful", 10*time.Second) + aerc.PushStatus(actionName+" flag '"+flagName+"' successful", 10*time.Second) } }() -- cgit v1.2.3