diff options
Diffstat (limited to 'commands/msg/modify-labels.go')
-rw-r--r-- | commands/msg/modify-labels.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/msg/modify-labels.go b/commands/msg/modify-labels.go index a3b49008..655004cf 100644 --- a/commands/msg/modify-labels.go +++ b/commands/msg/modify-labels.go @@ -52,8 +52,8 @@ func (ModifyLabels) Execute(aerc *widgets.Aerc, args []string) error { } } store.ModifyLabels(uids, add, remove, func( - msg types.WorkerMessage) { - + msg types.WorkerMessage, + ) { switch msg := msg.(type) { case *types.Done: aerc.PushStatus("labels updated", 10*time.Second) |