Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ifesdjeen committed Mar 25, 2015
1 parent 86107ed commit 05f2be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clojure/clojurewerkz/cassaforte/cql.clj
Expand Up @@ -16,8 +16,8 @@
"Main namespace for working with CQL, prepared statements. Convenience functions
for key operations built on top of CQL."
(:refer-clojure :exclude [update])
(:require [qbits.hayt.cql :as hayt]
[clojurewerkz.cassaforte.query :as q]
(:require [qbits.hayt.cql :as hayt]
[clojurewerkz.cassaforte.query :as q]
[clojurewerkz.cassaforte.client :as cc])
(:import com.datastax.driver.core.Session))

Expand Down

0 comments on commit 05f2be9

Please sign in to comment.