Skip to content

Commit

Permalink
Fix namespace declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Jul 20, 2018
1 parent b35320e commit 053ce28
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/dysentery/dbserver.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"Parses and builds the fields, messages, and workflows that support
interacting with (or offering) a database server for track
information."
(require [dysentery.finder :as finder]
[dysentery.util :as util])
(:require [taoensso.timbre :as timbre]))
(:require [dysentery.util :as util]
[dysentery.finder :as finder]
[taoensso.timbre :as timbre]))

(defn send-bytes
"Send a vector of byte values to an output stream."
Expand Down Expand Up @@ -822,4 +822,3 @@
player)
(do (disconnect player)
(timbre/error "Did not receive message type 0x4000 in response to setup message, closed.")))))))))

0 comments on commit 053ce28

Please sign in to comment.