Skip to content

Commit 87e8e81

Browse files
committed
Fix a typo
1 parent a645b3b commit 87e8e81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ Similarly we have the `clojure-indent-keyword-style`, which works in the followi
166166
0)
167167
```
168168

169-
170169
* `align-arguments` - Case (A) is indented like `always-align`, and
171170
case (B) is indented like a macro body.
172171

@@ -175,7 +174,7 @@ Similarly we have the `clojure-indent-keyword-style`, which works in the followi
175174
[bar.baz])
176175
(:x
177176
location
178-
0)"
177+
0)
179178
```
180179

181180
#### Indentation of macro forms

0 commit comments

Comments
 (0)