Skip to content

Commit 22fb99b

Browse files
committed
redundant parens
1 parent a4dee2d commit 22fb99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ defaultMain Arguments{..} = do
145145
let hlsPlugin = asGhcIdePlugin argsHlsPlugins
146146
hlsCommands = allLspCmdIds' pid argsHlsPlugins
147147
plugins = hlsPlugin <> argsGhcidePlugin
148-
options = argsLspOptions { LSP.executeCommandCommands = Just $ (argsLspOptions LSP.executeCommandCommands) <> hlsCommands }
148+
options = argsLspOptions { LSP.executeCommandCommands = Just $ argsLspOptions LSP.executeCommandCommands <> hlsCommands }
149149
argsOnConfigChange = getConfigFromNotification
150150
rules = argsRules >> pluginRules plugins
151151

0 commit comments

Comments
 (0)