Navigation Menu

Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 26, 2017
1 parent c53e0f9 commit 8cd067e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sharding/logical_select.rb
Expand Up @@ -153,7 +153,7 @@ def write_records(writer, context)
:limit => current_limit,
}
if context.sort_keys.any? {|sort_key| sort_key.start_with?("-")}
result_sets = result_sets.reverse
result_sets = result_sets.reverse
end
result_sets.each do |result_set|
if result_set.size > current_offset
Expand Down

0 comments on commit 8cd067e

Please sign in to comment.