Skip to content

Commit 5527b11

Browse files
committed
cleanup
1 parent faceb54 commit 5527b11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ progressReporting (Just lspEnv) title optProgressStyle = do
194194
inProgressState <- newInProgress
195195
progressReportingInner <- progressReportingNoTrace (readTVar $ todoVar inProgressState)
196196
(readTVar $ doneVar inProgressState) (Just lspEnv) title optProgressStyle
197-
let
198-
inProgress :: forall a. NormalizedFilePath -> m a -> m a
197+
let inProgress :: forall a. NormalizedFilePath -> m a -> m a
199198
inProgress = updateStateForFile inProgressState
200199
return ProgressReporting {..}
201200
where

0 commit comments

Comments
 (0)