Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Feb 10, 2016
1 parent 95fa087 commit e5ed093
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/io/aviso/exception_test.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns io.aviso.exception-test
(use clojure.test)
(:require [clojure.string :as str]
[io.aviso.exception :refer [*fonts* parse-exception]]
[io.aviso.exception :refer [*fonts* parse-exception write-exception*]]
[clojure.pprint :refer [pprint]]))


Expand Down Expand Up @@ -546,8 +546,4 @@
"\tat com.datastax.shaded.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42) ~store-service.jar:na"
"\tat com.datastax.shaded.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) ~store-service.jar:na"
"\tat com.datastax.shaded.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42) ~store-service.jar:na"
"\t... 3 common frames omitted"

)

)))))
"\t... 3 common frames omitted"))))))

0 comments on commit e5ed093

Please sign in to comment.