Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kommen committed Oct 19, 2024
1 parent 919884b commit b1e4ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ https://github.com/weavejester/cljfmt/blob/fb26b22f569724b05c93eb2502592dfc2de89
(or (clojure-ts--symbol-node-p first-child)
(clojure-ts--keyword-node-p first-child)))))

(defun clojure-ts--match-expression-in-body (node parent bol)
(defun clojure-ts--match-expression-in-body (node parent _bol)
"Match NODE if it is an expression used in a body argument.
PARENT is expected to be a list literal.
See `treesit-simple-indent-rules'."
Expand Down

0 comments on commit b1e4ab0

Please sign in to comment.