Skip to content

Commit

Permalink
clean formatting and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
metasoarous committed Apr 29, 2017
1 parent e9109ef commit 681f9d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/test-data.edn
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
{:db/id #db/id[:db.part/user -153] :e/type :e.type/Todo :e/name "compose symphony" :e/tags [#db/id[:db.part/user -30]]}
{:db/id #db/id[:db.part/user -154] :e/type :e.type/Todo :e/name "compose really epic symphony" :e/tags [#db/id[:db.part/user -30]]}
{:db/id #db/id[:db.part/user -155] :e/type :e.type/Todo :e/name "write book with colin" :e/description "About patterns and chaos" :e/category #db/id[:db.part/user -3]}
{:db/id #db/id[:db.part/user -156] :e/type :e.type/Todo :e/name "ride bike with Calvin" :e/category #db/id[:db.part/user -2]}
{:db/id #db/id[:db.part/user -156] :e/type :e.type/Todo :e/name "ride bike with Calvin" :e/category #db/id[:db.part/user -2]}]


]
2 changes: 1 addition & 1 deletion src/clj/dat/sys/import.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(defrecord Importer [config datomic]
component/Lifecycle
(start [component]
(log/info "Importering data")
(log/info "Importing data")
(let [data (-> "resources/test-data.edn" slurp read-string)]
@(d/transact (:conn datomic) data)))
(stop [component]
Expand Down

0 comments on commit 681f9d9

Please sign in to comment.