Skip to content

Commit 694be55

Browse files
pepeiborrawz1000
andcommitted
Update hls-plugin-api/src/Ide/Types.hs
Co-authored-by: wz1000 <[email protected]>
1 parent 5ee9e28 commit 694be55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls-plugin-api/src/Ide/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ newtype PluginHandler a (m :: Method FromClient Request)
235235
= PluginHandler (PluginId -> a -> MessageParams m -> LspM Config (NonEmpty (Either ResponseError (ResponseResult m))))
236236

237237
newtype PluginNotificationHandler a (m :: Method FromClient Notification)
238-
= PluginNotificationHandler (PluginId -> a -> MessageParams m -> LspM Config (NonEmpty ()))
238+
= PluginNotificationHandler (PluginId -> a -> MessageParams m -> LspM Config ())
239239
-- newtype PluginNotificationHandler a (m :: Method FromClient Notification)
240240
-- = PluginNotificationHandler (PluginNotificationMethodHandler a m)`
241241

0 commit comments

Comments
 (0)