Skip to content

Commit 214971e

Browse files
pepeiborrawz1000
authored andcommitted
break long line
1 parent 7262431 commit 214971e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,9 @@ getLinkableType f = use_ NeedsCompilation f
10261026

10271027
-- needsCompilationRule :: Rules ()
10281028
needsCompilationRule :: NormalizedFilePath -> Action (IdeResultNoDiagnosticsEarlyCutoff (Maybe LinkableType))
1029-
needsCompilationRule file | "boot" `isSuffixOf` (fromNormalizedFilePath file) = pure (Just $ encodeLinkableType Nothing, Just Nothing)
1029+
needsCompilationRule file
1030+
| "boot" `isSuffixOf` (fromNormalizedFilePath file) =
1031+
pure (Just $ encodeLinkableType Nothing, Just Nothing)
10301032
needsCompilationRule file = do
10311033
graph <- useNoFile GetModuleGraph
10321034
res <- case graph of

0 commit comments

Comments
 (0)