Fix indentation.
This commit is contained in:
parent
d51c61d798
commit
f133fbe256
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
(when read-preference
|
||||
(.setReadPreference cursor read-preference))
|
||||
(when options
|
||||
(add-options cursor options))
|
||||
(add-options cursor options))
|
||||
(loop []
|
||||
(when (.hasNext cursor)
|
||||
(yield y-out (from-db-object (.next cursor) keywordize-fields))
|
||||
|
|
|
|||
Loading…
Reference in a new issue