diff options
| author | Tatsuya Matsumoto <[email protected]> | 2014-03-05 11:57:10 +0900 |
|---|---|---|
| committer | Tatsuya Matsumoto <[email protected]> | 2014-03-05 11:57:10 +0900 |
| commit | 7ac4a60cf06cc66a3408b7fad156c76491630290 (patch) | |
| tree | 1676d0243b3e89fe9100174a37ed3f5a015b2dd9 /tasks/mruby_build.rake | |
| parent | ba608fb38ac4f82e68c53305f59017520fa76209 (diff) | |
| download | mruby-7ac4a60cf06cc66a3408b7fad156c76491630290.tar.gz mruby-7ac4a60cf06cc66a3408b7fad156c76491630290.zip | |
fix indent.
Diffstat (limited to 'tasks/mruby_build.rake')
| -rw-r--r-- | tasks/mruby_build.rake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/mruby_build.rake b/tasks/mruby_build.rake index 432100f8d..2891c7d45 100644 --- a/tasks/mruby_build.rake +++ b/tasks/mruby_build.rake @@ -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 |
