Commit 1742e744 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1800 from tmash06/fix_indent

fix indent.
parents e6414125 7ac4a60c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment