Fixed formatting issue
This commit is contained in:
parent
b4abae5c33
commit
b4bd44b944
1 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||||
[]
|
[]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue