Skip to content

Commit c137364

Browse files
Bozhidar Batsovkommen
authored andcommitted
Indentation fixes
1 parent 1cea7ef commit c137364

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

clojure-mode-test.el

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ POS."
103103
(ert-deftest clojure-mode-syntax-table/static-method ()
104104
:tags '(fontification syntax-table)
105105
(clojure-test-with-temp-buffer "Class/methodName"
106-
(should (eq (clojure-test-face-at 6 6) nil))
107-
(should (eq (clojure-test-face-at 1 5) 'font-lock-type-face))
108-
(should (eq (clojure-test-face-at 7 16) 'clojure-interop-method-face))))
106+
(should (eq (clojure-test-face-at 6 6) nil))
107+
(should (eq (clojure-test-face-at 1 5) 'font-lock-type-face))
108+
(should (eq (clojure-test-face-at 7 16) 'clojure-interop-method-face))))
109109

110110
(ert-deftest clojure-mode-syntax-table/constant ()
111111
:tags '(fontification syntax-table)
@@ -115,9 +115,9 @@ POS."
115115
(ert-deftest clojure-mode-syntax-table/class-constant ()
116116
:tags '(fontification syntax-table)
117117
(clojure-test-with-temp-buffer "Class/CONST_NAME"
118-
(should (eq (clojure-test-face-at 6 6) nil))
119-
(should (eq (clojure-test-face-at 1 5) 'font-lock-type-face))
120-
(should (eq (clojure-test-face-at 7 16) 'font-lock-constant-face))))
118+
(should (eq (clojure-test-face-at 6 6) nil))
119+
(should (eq (clojure-test-face-at 1 5) 'font-lock-type-face))
120+
(should (eq (clojure-test-face-at 7 16) 'font-lock-constant-face))))
121121

122122
(ert-deftest clojure-mode-syntax-table/namespaced-def ()
123123
:tags '(fontification syntax-table)

0 commit comments

Comments
 (0)