From 0d1dfe6259d762f535936b9830ad5ffaa5ba1c3a Mon Sep 17 00:00:00 2001 From: Emlyn Corrin Date: Sat, 20 Apr 2013 08:55:05 +0100 Subject: [PATCH] Remove extra newline for nicer diff --- src/taoensso/timbre.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taoensso/timbre.clj b/src/taoensso/timbre.clj index f28b13b..41982ca 100644 --- a/src/taoensso/timbre.clj +++ b/src/taoensso/timbre.clj @@ -415,4 +415,4 @@ (if (contains? message :password) (assoc args :message (assoc message :password "*****")) args) - :else args))])) + :else args))])) \ No newline at end of file