Skip to content

Commit 26a005c

Browse files
committed
format
1 parent 0cdeaaa commit 26a005c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -947,13 +947,13 @@ indexHieFile se mod_summary srcPath !hash hf = do
947947
void $ LSP.sendRequest LSP.SMethod_WindowWorkDoneProgressCreate (LSP.WorkDoneProgressCreateParams u) $ liftIO . signalBarrier b
948948
_ready <- liftIO $ waitBarrier b
949949
LSP.runLspT env $ LSP.sendNotification LSP.SMethod_Progress $ LSP.ProgressParams u $
950-
toJSON $ LSP.WorkDoneProgressBegin
951-
{ _kind = LSP.AString @"begin"
952-
, _title = "Indexing"
953-
, _cancellable = Nothing
954-
, _message = Nothing
955-
, _percentage = Nothing
956-
}
950+
toJSON $ LSP.WorkDoneProgressBegin
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)