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, (&))