fix indent.

This commit is contained in:
Tatsuya Matsumoto
2014-03-05 11:57:10 +09:00
parent ba608fb38a
commit 7ac4a60cf0
+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