Skip to content

Commit

Permalink
Removed trailing )) (if I understand correctly what is it)
Browse files Browse the repository at this point in the history
  • Loading branch information
XenHunt committed Jun 28, 2024
1 parent 953c378 commit 4cce300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/lsp-angular.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ Has no effects when `lsp-clients-angular-language-server-command' is set."
node-modules-path
"--ngProbeLocations"
(f-join node-modules-path "@angular/language-server/node_modules/")
))
)
)
lsp-clients-angular-language-server-command))))
:activation-fn
(lambda (&rest _args)
Expand Down

0 comments on commit 4cce300

Please sign in to comment.