Skip to content

Commit db53936

Browse files
committed
Lint
1 parent c956302 commit db53936

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
@@ -811,7 +811,7 @@ forms like deftype, defrecord, reify, proxy, etc."
811811
(clojure-ts--match-method-docstring parent))))
812812

813813
(defun clojure-ts--match-with-meta (node _parent _bol)
814-
"Match NODE when it has metadata"
814+
"Match NODE when it has metadata."
815815
(let ((prev-sibling (treesit-node-prev-sibling node)))
816816
(and prev-sibling
817817
(string-equal (treesit-node-type prev-sibling) "meta_lit"))))

0 commit comments

Comments
 (0)