diff options
Diffstat (limited to 'commands/patch/switch.go')
-rw-r--r-- | commands/patch/switch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/switch.go b/commands/patch/switch.go index aab2acb6..dc9138d8 100644 --- a/commands/patch/switch.go +++ b/commands/patch/switch.go @@ -6,8 +6,8 @@ import ( "git.sr.ht/~rjarry/aerc/app" "git.sr.ht/~rjarry/aerc/commands" + "git.sr.ht/~rjarry/aerc/lib/log" "git.sr.ht/~rjarry/aerc/lib/pama" - "git.sr.ht/~rjarry/aerc/log" ) type Switch struct { |