From badf9e663d1c06630bf26c258c60757b3dfb159d Mon Sep 17 00:00:00 2001 From: Mann mit Hut Date: Sun, 12 Jan 2025 20:30:53 +0100 Subject: [PATCH] Ran Fourmolu on PrintApi.CLI.Cmd.Dump --- src/PrintApi/CLI/Cmd/Dump.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PrintApi/CLI/Cmd/Dump.hs b/src/PrintApi/CLI/Cmd/Dump.hs index 630cd24..e1666a8 100644 --- a/src/PrintApi/CLI/Cmd/Dump.hs +++ b/src/PrintApi/CLI/Cmd/Dump.hs @@ -12,9 +12,9 @@ -- -- The processing of package information module PrintApi.CLI.Cmd.Dump - ( run - , computePackageAPI - ) where + ( run + , computePackageAPI + ) where import Control.Monad.IO.Class import Data.Function (on, (&))