Skip to content
Snippets Groups Projects
Commit bb29d86d authored by Cam Saul's avatar Cam Saul
Browse files

remove excess whitespace

parent ce11c8ea
Branches
Tags
No related merge requests found
......@@ -398,7 +398,7 @@
(field-avg-length [this field]
(let [field-values (->> (field-values-lazy-seq this field)
(filter identity)
(take max-sync-lazy-seq-results)) ; as with field-percent-urls it's probably fine to consider the first 10,000 values rather than potentially millions
(take max-sync-lazy-seq-results)) ; as with field-percent-urls it's probably fine to consider the first 10,000 values rather than potentially millions
field-values-count (count field-values)]
(if (= field-values-count 0) 0
(int (math/round (/ (->> field-values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment