File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1631,13 +1631,12 @@ you need to comment out a particular form.
16311631There are some tools created by the Clojure community that might aid you
16321632in your endeavor to write idiomatic Clojure code.
16331633
1634- * [Slamhound](https://github.com/technomancy/slamhound) is a tool that
1635- will automatically generate proper `ns` declarations from your
1636- existing code.
16371634* [kibit](https://github.com/jonase/kibit) is a static code analyzer
16381635 for Clojure which uses
16391636 [core.logic](https://github.com/clojure/core.logic) to search for
16401637 patterns of code for which there might exist a more idiomatic
1638+ * [Slamhound](https://github.com/technomancy/slamhound) is a tool that will
1639+ automatically generate proper `ns` declarations from your existing code.
16411640 function or macro.
16421641
16431642# Contributing
You can’t perform that action at this time.
0 commit comments