diff options
Diffstat (limited to 'commands/menu.go')
-rw-r--r-- | commands/menu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/menu.go b/commands/menu.go index e14e4e83..6ebba81f 100644 --- a/commands/menu.go +++ b/commands/menu.go @@ -9,8 +9,8 @@ import ( "git.sr.ht/~rjarry/aerc/app" "git.sr.ht/~rjarry/aerc/config" + "git.sr.ht/~rjarry/aerc/lib/log" "git.sr.ht/~rjarry/aerc/lib/ui" - "git.sr.ht/~rjarry/aerc/log" "git.sr.ht/~rjarry/aerc/models" "git.sr.ht/~rjarry/go-opt" ) |