Skip to content

Commit ffa6bc2

Browse files
committed
Reflow slamhound section
1 parent 88f0f40 commit ffa6bc2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,13 +1631,12 @@ you need to comment out a particular form.
16311631
There are some tools created by the Clojure community that might aid you
16321632
in 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

0 commit comments

Comments
 (0)