Skip to content

Commit

Permalink
fixed ns declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Christian Betz committed May 2, 2017
1 parent 58f4018 commit f182234
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions components/neo4j/src/gorillalabs/tesla/component/neo4j.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
(ns gorillalabs.tesla.component.neo4j)

(:require [neo4j-clj.core :as neo4j]
[clojure.tools.logging :as log]
[gorillalabs.tesla.component.configuration :as config]
[mount.core :as mnt])
(ns gorillalabs.tesla.component.neo4j
(:require [neo4j-clj.core :as neo4j]
[clojure.tools.logging :as log]
[gorillalabs.tesla.component.configuration :as config]
[mount.core :as mnt]))

(defn- start []
(let [url (config/config config/configuration [:neo4j :url])
Expand Down

0 comments on commit f182234

Please sign in to comment.