[Groonga-commit] droonga/fluent-plugin-droonga at bee8f7b [master] Indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Dec 4 14:20:31 JST 2013


YUKI Hiroshi	2013-12-04 14:20:31 +0900 (Wed, 04 Dec 2013)

  New Revision: bee8f7b7095ee183eec6fa2bb8919792416815ad
  https://github.com/droonga/fluent-plugin-droonga/commit/bee8f7b7095ee183eec6fa2bb8919792416815ad

  Message:
    Indent

  Modified files:
    lib/droonga/plugin/collector/basic.rb

  Modified: lib/droonga/plugin/collector/basic.rb (+6 -6)
===================================================================
--- lib/droonga/plugin/collector/basic.rb    2013-12-04 14:20:04 +0900 (1aabc9a)
+++ lib/droonga/plugin/collector/basic.rb    2013-12-04 14:20:31 +0900 (904f9da)
@@ -180,14 +180,14 @@ module Droonga
       end
 
       unless rest_unified_items.size == unified_items.size
-      unified_items.sort! do |a, b|
-        if compare(a, b, options[:operators])
-          -1
-        else
-          1
+        unified_items.sort! do |a, b|
+          if compare(a, b, options[:operators])
+            -1
+          else
+            1
+          end
         end
       end
-      end
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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