aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pama/drop.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pama/drop.go')
-rw-r--r--lib/pama/drop.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pama/drop.go b/lib/pama/drop.go
index 595bc87d..fd48575b 100644
--- a/lib/pama/drop.go
+++ b/lib/pama/drop.go
@@ -3,8 +3,8 @@ package pama
import (
"fmt"
+ "git.sr.ht/~rjarry/aerc/lib/log"
"git.sr.ht/~rjarry/aerc/lib/pama/models"
- "git.sr.ht/~rjarry/aerc/log"
)
func (m PatchManager) DropPatch(patch string) error {