From 92c0fce6b4c5192e567bcb8b4ada06b47746a9a6 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 26 Sep 2021 12:16:04 -0700 Subject: [#16] Address package-lint issue --- apheleia.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apheleia.el b/apheleia.el index 11b6176..21872c9 100644 --- a/apheleia.el +++ b/apheleia.el @@ -78,8 +78,7 @@ text of S1 surrounding P1." (cl-decf i1)) ((= cost sub) (cl-decf i1) - (cl-decf i2)))) - )) + (cl-decf i2)))))) i2)) (defun apheleia--map-rcs-patch (func) -- cgit v1.0