[Groonga-commit] ranguba/rroonga at 209b36a [master] test: fix indent

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun Oct 19 19:44:49 JST 2014


Kouhei Sutou	2014-10-19 19:44:49 +0900 (Sun, 19 Oct 2014)

  New Revision: 209b36ae7cd2ab2c6b8804dafeded9d7ab292639
  https://github.com/ranguba/rroonga/commit/209b36ae7cd2ab2c6b8804dafeded9d7ab292639

  Message:
    test: fix indent

  Modified files:
    test/test-fix-size-column.rb

  Modified: test/test-fix-size-column.rb (+4 -4)
===================================================================
--- test/test-fix-size-column.rb    2014-10-19 19:43:55 +0900 (4908727)
+++ test/test-fix-size-column.rb    2014-10-19 19:44:49 +0900 (904334e)
@@ -65,10 +65,10 @@ class FixSizeColumnTest < Test::Unit::TestCase
   end
 
   def test_assign_int_after_string
-      assert_nothing_raised do
-          @bookmarks.add(:viewed => "100")
-          @bookmarks.add(:viewed => 100)
-      end
+    assert_nothing_raised do
+      @bookmarks.add(:viewed => "100")
+      @bookmarks.add(:viewed => 100)
+    end
   end
 
   class TimeTest < self
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る