From 42ca0efa5cb44d159dcecf54b1172c9f21e16122 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 10 May 2014 17:04:28 -0400 Subject: [PATCH] Cosmetics --- src/clojure/monger/command.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clojure/monger/command.clj b/src/clojure/monger/command.clj index cf33f7f..2ce82d2 100644 --- a/src/clojure/monger/command.clj +++ b/src/clojure/monger/command.clj @@ -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"