aboutsummaryrefslogtreecommitdiffstats
path: root/worker/jmap/cache/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/jmap/cache/cache.go')
-rw-r--r--worker/jmap/cache/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/jmap/cache/cache.go b/worker/jmap/cache/cache.go
index 6d815177..429dafe9 100644
--- a/worker/jmap/cache/cache.go
+++ b/worker/jmap/cache/cache.go
@@ -6,8 +6,8 @@ import (
"path"
"strings"
+ "git.sr.ht/~rjarry/aerc/lib/log"
"git.sr.ht/~rjarry/aerc/lib/xdg"
- "git.sr.ht/~rjarry/aerc/log"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/util"
)