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:15:32 +01:00
parent 4734a4ee04
commit b30d002efb
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
(defonce viewable-item (atom nil))
(defn reset
(reset! vieweable-item nil))
(defn reset []
(reset! viewable-item nil))