From b91dfbb90fbdf45f8987dea55d923e3f8ef51263 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 24 Jun 2019 12:03:42 +0100 Subject: [PATCH] Formatting! --- src/sparse_array/core.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sparse_array/core.clj b/src/sparse_array/core.clj index 254b426..45d8aea 100644 --- a/src/sparse_array/core.clj +++ b/src/sparse_array/core.clj @@ -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