Skip to content

Commit 48949a0

Browse files
author
Paudi Moriarty
authored
Merge pull request #66 from msolli/master
Fix ns import declaration
2 parents 638ed66 + 14a16ce commit 48949a0

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)