From d892be4971f11a2f0937ef55705ca982a415636b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 26 Jan 2022 14:44:01 +0100 Subject: [PATCH] :lipstick: Fix linter issues. --- backend/src/app/http/errors.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/app/http/errors.clj b/backend/src/app/http/errors.clj index e8686d87c..d74d525c6 100644 --- a/backend/src/app/http/errors.clj +++ b/backend/src/app/http/errors.clj @@ -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}]