Skip to content

Commit 5be5977

Browse files
fendorwz1000
authored andcommitted
Remove superfluous space
1 parent 981f777 commit 5be5977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/RuleTypes.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ data TcModuleResult = TcModuleResult
155155
, tmrTypechecked :: TcGblEnv
156156
, tmrTopLevelSplices :: Splices
157157
-- ^ Typechecked splice information
158-
, tmrDeferredError :: !Bool
158+
, tmrDeferredError :: !Bool
159159
-- ^ Did we defer any type errors for this module?
160160
, tmrRuntimeModules :: !(ModuleEnv ByteString)
161161
-- ^ Which modules did we need at runtime while compiling this file?

0 commit comments

Comments
 (0)