run go fmt
This commit is contained in:
parent
cc44027545
commit
8446d48664
|
@ -2,8 +2,8 @@ package account
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"time"
|
||||
"git.sr.ht/~sircmpwn/aerc/widgets"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Clear struct{}
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue