📎 Fix clj linter issues on backend

This commit is contained in:
Andrey Antukh 2023-08-31 10:36:20 +02:00 committed by Alejandro Alonso
parent d4b4e6be7d
commit da3c829b1b
2 changed files with 3 additions and 3 deletions

View file

@ -382,8 +382,8 @@
;; --- GENERAL PURPOSE DYNAMIC VARS
(def ^:dynamic *state*)
(def ^:dynamic *options*)
(def ^:dynamic *state* nil)
(def ^:dynamic *options* nil)
;; --- EXPORT WRITER