Skip to content

Commit 1675f12

Browse files
committed
Unused argument causing linter to fail
1 parent 211dc14 commit 1675f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-ts-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ See `treesit-simple-indent-rules'."
634634
clojure-ts--symbols-with-body-expressions-regexp
635635
first-child)))))
636636

637-
(defun clojure-ts--match-method-body (node parent _bol)
637+
(defun clojure-ts--match-method-body (_node parent _bol)
638638
"Matches a `NODE' in the body of a `PARENT' method implementation.
639639
A method implementation referes to concrete implemntations being defined in
640640
forms like deftype, defrecord, reify, proxy, etc."

0 commit comments

Comments
 (0)