Formatting!

This commit is contained in:
Simon Brooke 2019-06-24 12:03:42 +01:00
parent b3f6591e4b
commit b91dfbb90f

View file

@ -141,7 +141,8 @@
(defn sparse-to-dense
"Return a dense array representing the content of the sparse array `x`.
**NOTE THAT** this has the potential to consume very large amounts of memory." ([x]
**NOTE THAT** this has the potential to consume very large amounts of memory."
([x]
(sparse-to-dense x (arity x)))
([x arity]
(if