[Groonga-commit] droonga/fluent-plugin-droonga at 8ace3b8 [master] Bencharmk: fix wrong indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 25 18:54:40 JST 2013


YUKI Hiroshi	2013-10-25 18:54:40 +0900 (Fri, 25 Oct 2013)

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

  Message:
    Bencharmk: fix wrong indent

  Modified files:
    benchmark/utils.rb

  Modified: benchmark/utils.rb (+1 -1)
===================================================================
--- benchmark/utils.rb    2013-10-25 18:53:59 +0900 (8d44b92)
+++ benchmark/utils.rb    2013-10-25 18:54:40 +0900 (3538f1d)
@@ -31,7 +31,7 @@ module DroongaBenchmark
       @context = Groonga::Context.new
       @context.open_database(@database_path)
       File.open(@ddl_path) do |ddl|
-       @context.restore(ddl)
+        @context.restore(ddl)
       end
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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