[Groonga-commit] ranguba/rroonga at 3d41ace [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 30 18:31:26 JST 2014


Kouhei Sutou	2014-09-30 18:31:26 +0900 (Tue, 30 Sep 2014)

  New Revision: 3d41ace943abe1db7401d10ec3190bcd0b0391cd
  https://github.com/ranguba/rroonga/commit/3d41ace943abe1db7401d10ec3190bcd0b0391cd

  Message:
    Fix style
    
    We don't put a space after "{" and before "}".

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

  Modified: test/test-variable-size-column.rb (+4 -4)
===================================================================
--- test/test-variable-size-column.rb    2014-09-29 23:57:20 +0900 (bd06896)
+++ test/test-variable-size-column.rb    2014-09-30 18:31:26 +0900 (d817891)
@@ -79,9 +79,9 @@ class VariableSizeColumnTest < Test::Unit::TestCase
     description =****@users*****_column("description", "ShortText",
                                        :compress => :zlib)
     if context.support_zlib?
-      assert { description.compressed?(:zlib) }
+      assert {description.compressed?(:zlib)}
     else
-      assert { not description.compressed?(:zlib) }
+      assert {not description.compressed?(:zlib)}
     end
   end
 
@@ -89,9 +89,9 @@ class VariableSizeColumnTest < Test::Unit::TestCase
     description =****@users*****_column("description", "ShortText",
                                        :compress => :lzo)
     if context.support_lzo?
-      assert { description.compressed?(:lzo) }
+      assert {description.compressed?(:lzo)}
     else
-      assert { not description.compressed?(:lzo) }
+      assert {not description.compressed?(:lzo)}
     end
   end
 
-------------- next part --------------
HTML����������������������������...
Download 



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