File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1631,12 +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- * [kibit](https://github.com/jonase/kibit) is a static code analyzer
1635- for Clojure which uses
1636- [core.logic](https://github.com/clojure/core.logic) to search for
1637- patterns of code for which there might exist a more idiomatic
16381634* [Slamhound](https://github.com/technomancy/slamhound) is a tool that will
16391635 automatically generate proper `ns` declarations from your existing code.
1636+
1637+ * [kibit](https://github.com/jonase/kibit) is a static code analyzer for
1638+ Clojure which uses [core.logic](https://github.com/clojure/core.logic) to
1639+ search for patterns of code for which there might exist a more idiomatic
16401640 function or macro.
16411641
16421642# Contributing
You can’t perform that action at this time.
0 commit comments