Adhere to the existing code style
This commit is contained in:
parent
1717bdac9e
commit
51baa3e154
1 changed files with 2 additions and 1 deletions
|
|
@ -521,7 +521,8 @@
|
||||||
;; Aggregation
|
;; 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)
|
(cond-> (AggregationOptions/builder)
|
||||||
allow-disk-use (.allowDiskUse allow-disk-use)
|
allow-disk-use (.allowDiskUse allow-disk-use)
|
||||||
cursor (.outputMode AggregationOptions$OutputMode/CURSOR)
|
cursor (.outputMode AggregationOptions$OutputMode/CURSOR)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue