Skip to content

Commit 14a16ce

Browse files
committed
Fix ns import declaration
1 parent 638ed66 commit 14a16ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/aviso/logging.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(:require [clojure.tools.logging :as l]
77
[io.aviso.exception :as e]
88
[io.aviso.writer :as writer])
9-
(:import [java.lang.Thread$UncaughtExceptionHandler]))
9+
(:import [java.lang Thread$UncaughtExceptionHandler]))
1010

1111
(defn install-pretty-logging
1212
"Modifies clojure.tools.logging to use pretty exception logging."

0 commit comments

Comments
 (0)