diff options
Diffstat (limited to 'commands/patch/unlink.go')
-rw-r--r-- | commands/patch/unlink.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/unlink.go b/commands/patch/unlink.go index 4a78281e..2d24d25b 100644 --- a/commands/patch/unlink.go +++ b/commands/patch/unlink.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 Unlink struct { |