Skip to content

Commit

Permalink
Add a space to fix github's code viewer.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Dec 13, 2021
1 parent 2f58302 commit 3324e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tech/v3/dataset.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ cljs.user> (->> (ds/->dataset {:a (range 100)
(fn? filter-fn-or-ds)
(filter-fn-or-ds dataset)
:else
(throw (js/Error. (str"Unrecoginzed filter mechanism: " filter-fn-or-ds)))))
(throw (js/Error. (str "Unrecoginzed filter mechanism: " filter-fn-or-ds)))))


(defn update
Expand Down

0 comments on commit 3324e8b

Please sign in to comment.