Cosmetics

This commit is contained in:
Michael Klishin 2014-05-10 17:04:28 -04:00
parent 912b9e4d45
commit 42ca0efa5c

View file

@ -53,8 +53,8 @@
(defn rename-collection
"Changes the name of an existing collection using the renameCollection command"
([^DB db ^String from ^String to]
(monger.core/command db (sorted-map :renameCollection from :to to))))
[^DB db ^String from ^String to]
(monger.core/command db (sorted-map :renameCollection from :to to)))
(defn convert-to-capped
"Converts an existing, non-capped collection to a capped collection using the convertToCapped command"