[Groonga-commit] groonga/groonga-command at 3ac5e06 [fix-travis-ci-error] Align

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 13 17:18:41 JST 2016


Kouhei Sutou	2012-11-27 09:52:28 +0900 (Tue, 27 Nov 2012)

  New Revision: 3ac5e069b0dcdca4ab77cb5803e5738627a9d99b
  https://github.com/groonga/groonga-command/commit/3ac5e069b0dcdca4ab77cb5803e5738627a9d99b

  Message:
    Align
    
    M-x align-regexp RET = RET

  Modified files:
    test/command/test-get.rb

  Modified: test/command/test-get.rb (+2 -2)
===================================================================
--- test/command/test-get.rb    2012-11-27 09:51:59 +0900 (7505d8f)
+++ test/command/test-get.rb    2012-11-27 09:52:28 +0900 (1609e2a)
@@ -29,8 +29,8 @@ class GetCommandTest < Test::Unit::TestCase
       assert_instance_of(Groonga::Command::Get, command)
 
       expected_arguments = {
-        :table => table,
-        :key => key,
+        :table          => table,
+        :key            => key,
         :output_columns => output_columns,
       }
       assert_equal(expected_arguments, command.arguments)
-------------- next part --------------
HTML����������������������������...
Download 



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