diff options
Diffstat (limited to 'commands/account')
-rw-r--r-- | commands/account/clear.go | 2 |
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{} |