Adhere to the existing code style

This commit is contained in:
Michael Klishin 2015-06-27 23:16:11 +03:00
parent 1717bdac9e
commit 51baa3e154

View file

@ -521,7 +521,8 @@
;; Aggregation
;;
(defn- build-aggregation-options [{:keys [^Boolean allow-disk-use cursor ^Long max-time]}]
(defn- build-aggregation-options
[{:keys [^Boolean allow-disk-use cursor ^Long max-time]}]
(cond-> (AggregationOptions/builder)
allow-disk-use (.allowDiskUse allow-disk-use)
cursor (.outputMode AggregationOptions$OutputMode/CURSOR)