Skip to content

Commit b3d2976

Browse files
committed
Fix indentation lint warning in clojure--docstring-def-forms
1 parent f93f907 commit b3d2976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ point) to check."
14101410
;; Docstring positions
14111411
(defconst clojure--docstring-def-forms
14121412
'(ns def defn defn- defmulti defmacro definline defprotocol
1413-
deftask) ;; deftask is a common Boot macro
1413+
deftask) ;; deftask is a common Boot macro
14141414
"Forms whose second argument position is a docstring.
14151415
The `clojure-doc-string-elt' property is set for each of these
14161416
so that `font-lock-syntactic-face-function' can recognize

0 commit comments

Comments
 (0)