mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05:00
💄 Fix linter issues.
This commit is contained in:
parent
110fb2e8db
commit
d892be4971
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
[app.common.uuid :as uuid]
|
||||
[clojure.pprint]
|
||||
[clojure.spec.alpha :as s]
|
||||
[expound.alpha :as expound]
|
||||
[cuerdas.core :as str]))
|
||||
[cuerdas.core :as str]
|
||||
[expound.alpha :as expound]))
|
||||
|
||||
(defn- parse-client-ip
|
||||
[{:keys [headers] :as request}]
|
||||
|
|
Loading…
Add table
Reference in a new issue