[Groonga-commit] groonga/groonga at 8cd067e [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 26 12:21:14 JST 2017


Kouhei Sutou	2017-10-26 12:21:14 +0900 (Thu, 26 Oct 2017)

  New Revision: 8cd067e363c76cf77781d795c737dc3371dd0f4e
  https://github.com/groonga/groonga/commit/8cd067e363c76cf77781d795c737dc3371dd0f4e

  Message:
    Fix indent

  Modified files:
    plugins/sharding/logical_select.rb

  Modified: plugins/sharding/logical_select.rb (+1 -1)
===================================================================
--- plugins/sharding/logical_select.rb    2017-10-26 12:20:20 +0900 (658926bb2)
+++ plugins/sharding/logical_select.rb    2017-10-26 12:21:14 +0900 (b6f05a42a)
@@ -153,7 +153,7 @@ module Groonga
             :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
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171026/f7855f83/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index