Merge pull request #1800 from tmash06/fix_indent

fix indent.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-03-05 13:06:56 +09:00
+2 -2
View File
@@ -220,8 +220,8 @@ module MRuby
attr_block %w(test_runner)
def initialize(name, build_dir=nil, &block)
@test_runner = Command::CrossTestRunner.new(self)
super
@test_runner = Command::CrossTestRunner.new(self)
super
end
def mrbcfile