Skip to content

Commit a7425bf

Browse files
authored
More LambdaCase fixes
1 parent 5e299c3 commit a7425bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-test/src/Language/LSP/Test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ getCodeActions doc range = do
542542
getAndResolveCodeActions :: TextDocumentIdentifier -> Range -> Session [Command |? CodeAction]
543543
getAndResolveCodeActions doc range = do
544544
items <- getCodeActions doc range
545-
for items \case
545+
for items $ \case
546546
l@(InL _) -> pure l
547547
(InR r) | isJust (r ^. L.data_) -> InR <$> resolveCodeAction r
548548
r@(InR _) -> pure r

0 commit comments

Comments
 (0)