Skip to content

Commit 172b986

Browse files
committed
fixup! Update hls-plugin-api/src/Ide/Types.hs
1 parent b999dc8 commit 172b986

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
@@ -291,7 +291,7 @@ mkPluginNotificationHandler
291291
mkPluginNotificationHandler m f
292292
= PluginNotificationHandlers $ DMap.singleton (IdeNotification m) (PluginNotificationHandler f')
293293
where
294-
f' pid ide params = pure <$> f ide pid params
294+
f' pid ide = f ide pid
295295

296296
defaultPluginDescriptor :: PluginId -> PluginDescriptor ideState
297297
defaultPluginDescriptor plId =

0 commit comments

Comments
 (0)