Close paren correctly in Coeffects snippet

This commit is contained in:
Toni Reina 2016-09-04 19:42:58 -05:00
parent f4dc265ef5
commit 2ee840b3e8
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ This:
(fn [coeffects local-store-key]
(assoc coeffects
:local-store
(js->clj (.getItem js/localStorage local-store-key))))
(js->clj (.getItem js/localStorage local-store-key)))))
```