[Groonga-commit] groonga/grntest [master] Translater: Indent

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 5日 (火) 15:30:33 JST


Haruka Yoshihara	2012-06-05 15:30:33 +0900 (Tue, 05 Jun 2012)

  New Revision: 7256dc8b519a8776653e2a2877662a8dc4ae3319

  Log:
    Translater: Indent

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+4 -4)
===================================================================
--- lib/groonga/tester.rb    2012-06-05 15:30:05 +0900 (f90edb3)
+++ lib/groonga/tester.rb    2012-06-05 15:30:33 +0900 (f67ce72)
@@ -714,10 +714,10 @@ module Groonga
       end
 
       def build_http_command(now_command, arguments)
-            translated_command = "/d/#{now_command}"
-            unless arguments.empty?
-              translated_command << "?#{arguments.join("&")}"
-            end
+        translated_command = "/d/#{now_command}"
+        unless arguments.empty?
+          translated_command << "?#{arguments.join("&")}"
+        end
         translated_command
       end
     end




Groonga-commit メーリングリストの案内
Back to archive index