aboutsummaryrefslogtreecommitdiffstats
path: root/app/Patch.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-13 04:36:20 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-14 07:07:45 +0100
commite7450765081e31341496a3f8ac91bda119b55f5a (patch)
treef6f96650506cb6035a3b330b1f232306fe4275fc /app/Patch.hs
parenta2f401ca9839b6041b7d94f77de4530f168b12ad (diff)
chore: drop `--granularity` for `--per-commit`
Diffstat (limited to 'app/Patch.hs')
-rw-r--r--app/Patch.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Patch.hs b/app/Patch.hs
index a301382..f170817 100644
--- a/app/Patch.hs
+++ b/app/Patch.hs
@@ -6,12 +6,12 @@ module Patch
)
where
-import Prettyprinter (pretty)
import Control.Exception (throw)
import Data.Binary (Binary (..))
import Data.Text qualified as T
import Exception qualified as E
import GHC.Generics (Generic)
+import Prettyprinter (pretty)
import Render ((<<<))
import Render qualified as P
import Text.Diff.Extra ()