branch: elpa/clojure-mode
commit 87e8e8133a0be8e82b3d1da4d1604ed438650c92
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Fix a typo
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b7a8c472f4..e1326801e2 100644
--- a/README.md
+++ b/README.md
@@ -166,7 +166,6 @@ Similarly we have the `clojure-indent-keyword-style`, which 
works in the followi
    0)
 ```
 
-
 * `align-arguments` - Case (A) is indented like `always-align`, and
     case (B) is indented like a macro body.
 
@@ -175,7 +174,7 @@ Similarly we have the `clojure-indent-keyword-style`, which 
works in the followi
           [bar.baz])
 (:x
    location
-   0)"
+   0)
 ```
 
 #### Indentation of macro forms

Reply via email to