diff --git a/slf4j/.gitignore b/slf4j/.gitignore index 371aff1..f9929ef 100644 --- a/slf4j/.gitignore +++ b/slf4j/.gitignore @@ -13,4 +13,3 @@ pom.xml* /.clj-kondo/.cache .idea/ *.iml -/wiki/.git diff --git a/src/taoensso/telemere.cljc b/src/taoensso/telemere.cljc index c2ab23c..6ba27b6 100644 --- a/src/taoensso/telemere.cljc +++ b/src/taoensso/telemere.cljc @@ -370,7 +370,7 @@ (enc/defaliases #?(:default consoles/handler:console) #?(:cljs consoles/handler:console-raw) - #?(:clj files/handler:file)) + #?(:clj files/handler:file)) ;;;; Init