about summary refs log tree commit diff stats
path: root/commands/account
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account')
-rw-r--r--commands/account/clear.go2
1 files changed, 1 insertions, 1 deletions
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{}