mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
format
This commit is contained in:
parent
40eb09b2a9
commit
acda4a5a91
4 changed files with 5 additions and 4 deletions
|
|
@ -1,2 +1,3 @@
|
|||
{:cljfmt {:indents {for-all [[:inner 0]]
|
||||
are [[:inner 0]]}}}
|
||||
are [[:inner 0]]}}
|
||||
:clean {:ns-inner-blocks-indentation :same-line}}
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
[fipp.visit]
|
||||
[reitit.exception :as exception]
|
||||
[spell-spec.expound] ;; expound
|
||||
))
|
||||
))
|
||||
|
||||
;;
|
||||
;; colors
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@
|
|||
show? (fn [key] (contains? error-keys key))
|
||||
transformers (walk/prewalk #(if (satisfies? TransformationProvider %) (-transformer % opts) %) transformers)
|
||||
compile (if lite (fn [schema options] (compile (binding [l/*options* options] (l/schema schema)) options))
|
||||
compile)]
|
||||
compile)]
|
||||
^{:type ::coercion/coercion}
|
||||
(reify coercion/Coercion
|
||||
(-get-name [_] :malli)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
[clojure.string :as str]
|
||||
[meta-merge.core :refer [meta-merge]]
|
||||
#?@(:clj [[ring.util.mime-type :as mime-type]
|
||||
[ring.util.response :as response]])
|
||||
[ring.util.response :as response]])
|
||||
[reitit.core :as r]
|
||||
[reitit.exception :as ex]
|
||||
[reitit.impl :as impl]
|
||||
|
|
|
|||
Loading…
Reference in a new issue