Fixed formatting issue

This commit is contained in:
Tim Zöller 2020-12-16 09:59:36 +01:00
parent b4abae5c33
commit b4bd44b944

View file

@ -25,7 +25,8 @@
BindMode/READ_WRITE BindMode/READ_WRITE
BindMode/READ_ONLY))) BindMode/READ_ONLY)))
(defn- reaper-instance [] (defn- reaper-instance
[]
(org.testcontainers.utility.ResourceReaper/instance)) (org.testcontainers.utility.ResourceReaper/instance))
(defmulti wait (defmulti wait
@ -324,7 +325,6 @@
(def ^:deprecated init-network create-network) (def ^:deprecated init-network create-network)
(defn perform-cleanup! (defn perform-cleanup!
"Stops and removes all container instances which were created in the active JVM or REPL session" "Stops and removes all container instances which were created in the active JVM or REPL session"
[] []