Skip to content

Commit 2074b00

Browse files
committed
fix tactic plugin tests
1 parent db4bf1b commit 2074b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-tactics-plugin/test/Utils.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pointRange
4646
-- | Get the title of a code action.
4747
codeActionTitle :: (Command |? CodeAction) -> Maybe Text
4848
codeActionTitle InL{} = Nothing
49-
codeActionTitle (InR(CodeAction title _ _ _ _ _ _)) = Just title
49+
codeActionTitle (InR(CodeAction title _ _ _ _ _ _ _)) = Just title
5050

5151

5252
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)