Skip to content

Commit

Permalink
haskell-stylish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
komikat committed Jul 10, 2024
1 parent 68844e1 commit be84fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/src/Development/IDE/Core/OfInterest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import Development.IDE.Graph
import Control.Concurrent.STM.Stats (atomically,
modifyTVar')
import Data.Aeson (toJSON)
import qualified Data.Aeson as Aeson
import qualified Data.ByteString as BS
import Data.Maybe (catMaybes)
import Development.IDE.Core.ProgressReporting
Expand All @@ -49,7 +50,6 @@ import Ide.Logger (Pretty (pretty),
logWith)
import qualified Language.LSP.Protocol.Message as LSP
import qualified Language.LSP.Server as LSP
import qualified Data.Aeson as Aeson

data Log = LogShake Shake.Log
deriving Show
Expand Down

0 comments on commit be84fed

Please sign in to comment.