Skip to content

Commit 708de54

Browse files
committed
cleanup
1 parent a57fa49 commit 708de54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hls-test-utils/src/Test/Hls/Util.hs

-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ waitForDiagnosticsFromSourceWithTimeout timeout document source = do
292292
matches :: Diagnostic -> Bool
293293
matches d = d ^. L.source == Just (T.pack source)
294294

295-
296-
297295
failIfSessionTimeout :: IO a -> IO a
298296
failIfSessionTimeout action = action `catch` errorHandler
299297
where errorHandler :: Test.SessionException -> IO a

0 commit comments

Comments
 (0)