Fix indentation.

This commit is contained in:
Tim Clemons 2013-11-19 18:00:11 -08:00
parent d51c61d798
commit f133fbe256

View file

@ -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))