about summary refs log tree commit diff stats
path: root/commands/account
diff options
context:
space:
mode:
authorReto Brunner <reto@labrat.space>2020-07-17 17:50:24 +0200
committerReto Brunner <reto@labrat.space>2020-07-17 17:50:24 +0200
commit8446d486645858b051f829a47716fd329f9743bf (patch)
treed6f441d7481f098409ae07dfdcae44767c4682c5 /commands/account
parentcc44027545a22fe264c3a928f1645a1479f3ad9f (diff)
downloadaerc-8446d486645858b051f829a47716fd329f9743bf.tar.gz
run go fmt
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{}