stdlib/strings: Minor style fix
authorLucas Bajolet <r4pass@hotmail.com>
Mon, 24 Mar 2014 18:13:27 +0000 (14:13 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 25 Mar 2014 19:45:53 +0000 (15:45 -0400)
Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

lib/standard/string.nit

index dd5ed1b..aa3cef5 100644 (file)
@@ -1089,10 +1089,7 @@ class FlatBuffer
        end
 
        # Create a new empty string.
-       init
-       do
-               with_capacity(5)
-       end
+       init do with_capacity(5)
 
        init from(s: Text)
        do