Applied autoformatter

This commit is contained in:
Tim Zöller 2022-03-18 14:05:20 +01:00
parent 71af11f503
commit 28b0183339
2 changed files with 46 additions and 45 deletions

View file

@ -6,6 +6,8 @@
(:import
(java.nio.file
Paths)
(java.time
Duration)
(org.testcontainers.containers
BindMode
GenericContainer
@ -18,8 +20,7 @@
ImageFromDockerfile)
(org.testcontainers.utility
MountableFile
ResourceReaper)
(java.time Duration)))
ResourceReaper)))
(defn- resolve-bind-mode
(^BindMode [bind-mode]
@ -292,9 +293,9 @@
(-> (.toUtf8String to-string-consumer)
(clojure.string/replace #"\n+" "\n")))}))
(defmethod log :slf4j [_ _] nil) ;; Not yet implemented
(defmethod log :slf4j [_ _] nil) ; Not yet implemented
(defmethod log :default [_ _] nil) ;; Not yet implemented
(defmethod log :default [_ _] nil) ; Not yet implemented
(defn dump-logs
"Dumps the logs found by invoking the function on the :string-log key"
@ -365,7 +366,7 @@
(.performCleanup ^ResourceReaper (reaper-instance)))
;;; REPL Helpers
;; REPL Helpers
(comment
(start! (create {:image-name "postgres:12.1"}))
(perform-cleanup!))