Skip to content

Commit d0200a4

Browse files
committed
Format empty lambda case
1 parent b5c13a3 commit d0200a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-signature-help-plugin/src/Ide/Plugin/SignatureHelp.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import Language.LSP.Protocol.Types (MarkupContent (MarkupCont
7676
data Log
7777

7878
instance Pretty Log where
79-
pretty = \case
79+
pretty = \case {}
8080

8181
descriptor :: Recorder (WithPriority Log) -> PluginId -> PluginDescriptor IdeState
8282
descriptor _recorder pluginId =

0 commit comments

Comments
 (0)