Remove clojure-indent-style

This commit is contained in:
Raymond Huang 2018-08-13 06:25:45 -07:00
parent 7f2964dd77
commit 2309142369
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ values of customisable variables."
(let ((fname (intern (format "indentation/%s" description))))
`(ert-deftest ,fname ()
(let* ((after ,after)
(clojure-indent-style :always-align)
(expected-cursor-pos (1+ (s-index-of "|" after)))
(expected-state (delete ?| after))
,@var-bindings)