Skip to content

Commit db4bf1b

Browse files
committed
fix splice plugin tests
1 parent 9ff9385 commit db4bf1b

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-splice-plugin/test

1 file changed

+1
-1
lines changed

plugins/hls-splice-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ pointRange
128128
-- | Get the title of a code action.
129129
codeActionTitle :: (Command |? CodeAction) -> Maybe Text
130130
codeActionTitle InL{} = Nothing
131-
codeActionTitle (InR(CodeAction title _ _ _ _ _ _)) = Just title
131+
codeActionTitle (InR(CodeAction title _ _ _ _ _ _ _)) = Just title

0 commit comments

Comments
 (0)