Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
wardle committed Jun 28, 2022
1 parent e2b6194 commit bff567b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/com/eldrix/dmd/serve.clj
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
(def ok (partial response 200))
(def not-found (partial response 404))

(def supported-types ["application/json" "application/edn" ])
(def supported-types ["application/json" "application/edn"])
(def content-neg-intc (conneg/negotiate-content supported-types))

(def formatters
@@ -276,5 +276,4 @@
(do
(require '[io.pedestal.test])
(defn test-request [verb url]
(io.pedestal.test/response-for (::http/service-fn @server) verb url)))
)
(io.pedestal.test/response-for (::http/service-fn @server) verb url))))

0 comments on commit bff567b

Please sign in to comment.