Skip to content

Commit b39b112

Browse files
committed
Formatting
1 parent 30e86f5 commit b39b112

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

exe/Main.hs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
{-# LANGUAGE OverloadedStrings #-}
66
module Main(main) where
77

8-
import Control.Arrow ((&&&))
8+
import Control.Arrow ((&&&))
99
import Control.Monad.IO.Class (liftIO)
1010
import Data.Function ((&))
1111
import Data.Text (Text)
12-
import qualified Development.IDE.Main as GhcideMain
12+
import qualified Development.IDE.Main as GhcideMain
1313
import Development.IDE.Types.Logger (Doc,
1414
Priority (Debug, Error, Info),
1515
WithPriority (WithPriority, priority),
1616
cfilter, cmapWithPrio,
1717
defaultLayoutOptions,
1818
layoutPretty,
1919
makeDefaultStderrRecorder,
20-
renderStrict,
21-
withDefaultRecorder, payload)
20+
payload, renderStrict,
21+
withDefaultRecorder)
2222
import qualified Development.IDE.Types.Logger as Logger
2323
import Ide.Arguments (Arguments (..),
2424
GhcideArguments (..),
@@ -105,4 +105,4 @@ issueTrackerUrl = "https://github.com/haskell/haskell-language-server/issues"
105105

106106
heapStats :: Log -> Bool
107107
heapStats (LogIdeMain (IdeMain.LogIDEMain (GhcideMain.LogHeapStats _))) = True
108-
heapStats _ = False
108+
heapStats _ = False

0 commit comments

Comments
 (0)