[Groonga-commit] groonga/grntest at 79ef42f [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 26 16:08:46 JST 2016


Kouhei Sutou	2016-04-26 16:08:46 +0900 (Tue, 26 Apr 2016)

  New Revision: 79ef42fd8079ff0b0a0d9018018474828438236b
  https://github.com/groonga/grntest/commit/79ef42fd8079ff0b0a0d9018018474828438236b

  Message:
    Fix style

  Modified files:
    lib/grntest/executors/base-executor.rb

  Modified: lib/grntest/executors/base-executor.rb (+5 -3)
===================================================================
--- lib/grntest/executors/base-executor.rb    2016-04-26 15:33:03 +0900 (dbc02a0)
+++ lib/grntest/executors/base-executor.rb    2016-04-26 16:08:46 +0900 (3454417)
@@ -292,9 +292,11 @@ module Grntest
       end
 
       def execute_suggest_create_dataset(dataset_name)
-        command_line = [@context.groonga_suggest_create_dataset,
-                        @context.db_path.to_s,
-                        dataset_name]
+        command_line = [
+          @context.groonga_suggest_create_dataset,
+          @context.db_path.to_s,
+          dataset_name,
+        ]
         packed_command_line = command_line.join(" ")
         log_input("#{packed_command_line}\n")
         begin
-------------- next part --------------
HTML����������������������������...
Download 



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