Skip to content

Commit acaa7ba

Browse files
committed
stylish
1 parent 5527b11 commit acaa7ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ data ProgressReporting m = ProgressReporting
6262
progressReportingInner :: ProgressReportingNoTrace m
6363
}
6464

65-
6665
class ProgressReportingClass a where
6766
type M a :: * -> *
6867
progressUpdate :: a -> ProgressEvent -> M a ()
@@ -136,7 +135,6 @@ data InProgressState
136135
currentVar :: STM.Map NormalizedFilePath Int
137136
}
138137

139-
140138
newInProgress :: IO InProgressState
141139
newInProgress = InProgressState <$> newTVarIO 0 <*> newTVarIO 0 <*> STM.newIO
142140

0 commit comments

Comments
 (0)