aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pama/worktree.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pama/worktree.go')
-rw-r--r--lib/pama/worktree.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pama/worktree.go b/lib/pama/worktree.go
index 9ecfadf6..1718e430 100644
--- a/lib/pama/worktree.go
+++ b/lib/pama/worktree.go
@@ -7,9 +7,9 @@ import (
"path/filepath"
"strings"
+ "git.sr.ht/~rjarry/aerc/lib/log"
"git.sr.ht/~rjarry/aerc/lib/pama/models"
"git.sr.ht/~rjarry/aerc/lib/xdg"
- "git.sr.ht/~rjarry/aerc/log"
)
func cacheDir() (string, error) {