Skip to content

Commit 18e8c31

Browse files
committed
Formatting.
1 parent 4f09526 commit 18e8c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/src/Reporting.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ where
3131

3232
import Control.Concurrent
3333
import Control.Exception (AsyncException (UserInterrupt), SomeException, catch, fromException, throw)
34-
import GHC.IO.Handle (hIsTerminalDevice)
3534
import Control.Monad (when)
3635
import Data.ByteString.Builder qualified as B
3736
import Data.NonEmptyList qualified as NE
37+
import GHC.IO.Handle (hIsTerminalDevice)
3838
import Gren.ModuleName qualified as ModuleName
3939
import Gren.Package qualified as Pkg
4040
import Gren.Version qualified as V
@@ -131,7 +131,7 @@ ignorer =
131131

132132
ask :: Bool -> D.Doc -> IO Bool
133133
ask skipPrompts doc =
134-
do
134+
do
135135
interactive <- hIsTerminalDevice stdout
136136
if skipPrompts || not interactive
137137
then pure True

0 commit comments

Comments
 (0)