Skip to content

Commit

Permalink
Merge pull request #22 from haduart/fixing-small-isues
Browse files Browse the repository at this point in the history
fixing small issues.
  • Loading branch information
haduart committed Mar 6, 2015
2 parents 9321bd7 + 4be8d24 commit 29c10a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
[lein-marginalia "0.8.0"]
[lein-set-version "0.4.1"]]

:repl-options {:welcome (println "Welcome to the magical world of the repl!")
:port 4001}

:min-lein-version "2.0.0"

:resource-paths ["resources/"]
Expand Down
4 changes: 2 additions & 2 deletions test/resources/migrations/correct/V2_4__Delete-documents.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{:dbname "database-0"
:action :delete-documents
:delete-documents {:filter-fn (fn [{count :count}] (< 10 count))}}
:action :delete-documents
:delete-documents {:filter-fn (fn [{count :count}] (< 10 count))}}

0 comments on commit 29c10a2

Please sign in to comment.