0
Fork 0
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:
Andrey Antukh 2022-01-26 14:44:01 +01:00
parent 110fb2e8db
commit d892be4971

View file

@ -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}]