Skip to content

Commit e78c8f4

Browse files
committed
format
1 parent 26a005c commit e78c8f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -948,12 +948,12 @@ indexHieFile se mod_summary srcPath !hash hf = do
948948
_ready <- liftIO $ waitBarrier b
949949
LSP.runLspT env $ LSP.sendNotification LSP.SMethod_Progress $ LSP.ProgressParams u $
950950
toJSON $ LSP.WorkDoneProgressBegin
951-
{ _kind = LSP.AString @"begin"
952-
, _title = "Indexing"
953-
, _cancellable = Nothing
954-
, _message = Nothing
955-
, _percentage = Nothing
956-
}
951+
{ _kind = LSP.AString @"begin"
952+
, _title = "Indexing"
953+
, _cancellable = Nothing
954+
, _message = Nothing
955+
, _percentage = Nothing
956+
}
957957
pure (Just u)
958958

959959
(!done, !remaining) <- atomically $ do

0 commit comments

Comments
 (0)