Skip to content

Commit a30a56a

Browse files
committed
Fix a stupid failing test
1 parent 04c821f commit a30a56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/clojure-mode-indentation-test.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,8 @@ x
490490
multiple words will work)")
491491

492492
(def-full-align-test nested-maps
493-
"{:a {:a :a
494-
:bbbb :b}
493+
"{:a {:a :a
494+
:bbbb :b}
495495
:bbbb :b}")
496496

497497

0 commit comments

Comments
 (0)