Fix malformed file

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
Andrea Maria Piana
2020-02-14 16:43:10 +01:00
parent 4734a4ee04
commit b30d002efb
+2 -2
View File
@@ -2,5 +2,5 @@
(defonce viewable-item (atom nil))
(defn reset
(reset! vieweable-item nil))
(defn reset []
(reset! viewable-item nil))