We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faceb54 commit 5527b11Copy full SHA for 5527b11
ghcide/src/Development/IDE/Core/ProgressReporting.hs
@@ -194,8 +194,7 @@ progressReporting (Just lspEnv) title optProgressStyle = do
194
inProgressState <- newInProgress
195
progressReportingInner <- progressReportingNoTrace (readTVar $ todoVar inProgressState)
196
(readTVar $ doneVar inProgressState) (Just lspEnv) title optProgressStyle
197
- let
198
- inProgress :: forall a. NormalizedFilePath -> m a -> m a
+ let inProgress :: forall a. NormalizedFilePath -> m a -> m a
199
inProgress = updateStateForFile inProgressState
200
return ProgressReporting {..}
201
where
0 commit comments