Skip to content

Commit

Permalink
redundant parens
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Apr 2, 2021
1 parent 28aa69b commit df4ddf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/src/Development/IDE/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ defaultMain Arguments{..} = do
let hlsPlugin = asGhcIdePlugin argsHlsPlugins
hlsCommands = allLspCmdIds' pid argsHlsPlugins
plugins = hlsPlugin <> argsGhcidePlugin
options = argsLspOptions { LSP.executeCommandCommands = Just $ (argsLspOptions LSP.executeCommandCommands) <> hlsCommands }
options = argsLspOptions { LSP.executeCommandCommands = Just $ argsLspOptions LSP.executeCommandCommands <> hlsCommands }
argsOnConfigChange = getConfigFromNotification
rules = argsRules >> pluginRules plugins

Expand Down

0 comments on commit df4ddf8

Please sign in to comment.