Fixed whitespace: trailing and indent.
This commit is contained in:
parent
3afe01adc7
commit
9c115996f9
2 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
(def transforms
|
(def transforms
|
||||||
(comp (map inc)
|
(comp (map inc)
|
||||||
(filter even?)))
|
(filter even?)))
|
||||||
|
|
||||||
(meditations
|
(meditations
|
||||||
"A sequence operation with only one argument often returns a transducer"
|
"A sequence operation with only one argument often returns a transducer"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue