aboutsummaryrefslogtreecommitdiffstats
path: root/config/general.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/general.go')
-rw-r--r--config/general.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/general.go b/config/general.go
index 93794b6a..6dc674b0 100644
--- a/config/general.go
+++ b/config/general.go
@@ -4,8 +4,8 @@ import (
"fmt"
"os"
+ "git.sr.ht/~rjarry/aerc/lib/log"
"git.sr.ht/~rjarry/aerc/lib/xdg"
- "git.sr.ht/~rjarry/aerc/log"
"github.com/go-ini/ini"
"github.com/mattn/go-isatty"
)