We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0c95a commit 6505da0Copy full SHA for 6505da0
hls-plugin-api/src/Ide/Types.hs
@@ -727,7 +727,7 @@ instance PluginRequestMethod Method_TextDocumentPrepareRename where
727
combineResponses _ _ _ _ (x :| _) = x
728
729
instance PluginRequestMethod Method_TextDocumentHover where
730
- combineResponses _ _ _ _ (mapMaybe nullToMaybe . toList -> hs :: [Hover]) =
+ combineResponses _ _ _ _ (mapMaybe nullToMaybe . toList -> (hs :: [Hover])) =
731
if null hs
732
then InR Null
733
else InL $ Hover (InL mcontent) r
0 commit comments