File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ will be rendered an empty line between them."
709709 (if lsp-treemacs-generic-filter
710710 (funcall lsp-treemacs-generic-filter result)
711711 result))
712- :ret-action #'lsp-treemacs-perform-ret-actionreemacs-perform-ret- action
712+ :ret-action #'lsp-treemacs-perform-ret-action
713713 :render-action
714714 (-let [(&plist :children :label :key :children-async ) item]
715715 (treemacs-render-node
@@ -1113,7 +1113,7 @@ With prefix 2 show both."
11131113
11141114; ; errors
11151115
1116- (defun lsp-treeemacs--error-list-diags (folder file &rest _ )
1116+ (defun lsp-treeemacs--error-list-diags (_folder file &rest _ )
11171117 (->> (lsp-diagnostics)
11181118 (gethash file)
11191119 (-filter #'lsp-treemacs--match-diagnostic-severity )
You can’t perform that action at this time.
0 commit comments