[Groonga-commit] droonga/droonga-engine at b686997 [master] Reduce needless padding

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 15:08:55 JST 2015


YUKI Hiroshi	2015-04-14 15:08:55 +0900 (Tue, 14 Apr 2015)

  New Revision: b6869974054ea3654fc96c5a5f5df9d5ce82a44e
  https://github.com/droonga/droonga-engine/commit/b6869974054ea3654fc96c5a5f5df9d5ce82a44e

  Message:
    Reduce needless padding

  Modified files:
    lib/droonga/distributed_command_planner.rb

  Modified: lib/droonga/distributed_command_planner.rb (+1 -1)
===================================================================
--- lib/droonga/distributed_command_planner.rb    2015-04-14 15:08:07 +0900 (e0ff550)
+++ lib/droonga/distributed_command_planner.rb    2015-04-14 15:08:55 +0900 (db24535)
@@ -78,7 +78,7 @@ module Droonga
         "replica" => options[:replica] || "random"
       }
       if options[:write]
-        processor["post"]    = true
+        processor["post"] = true
       end
       @processor = processor
     end
-------------- next part --------------
HTML����������������������������...
Download 



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