mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 15:08:21 +02:00
📎 Fix clj linter issues on backend
This commit is contained in:
parent
d4b4e6be7d
commit
da3c829b1b
2 changed files with 3 additions and 3 deletions
|
@ -382,8 +382,8 @@
|
|||
|
||||
;; --- GENERAL PURPOSE DYNAMIC VARS
|
||||
|
||||
(def ^:dynamic *state*)
|
||||
(def ^:dynamic *options*)
|
||||
(def ^:dynamic *state* nil)
|
||||
(def ^:dynamic *options* nil)
|
||||
|
||||
;; --- EXPORT WRITER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue