summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTatsuya Matsumoto <[email protected]>2014-03-05 11:57:10 +0900
committerTatsuya Matsumoto <[email protected]>2014-03-05 11:57:10 +0900
commit7ac4a60cf06cc66a3408b7fad156c76491630290 (patch)
tree1676d0243b3e89fe9100174a37ed3f5a015b2dd9
parentba608fb38ac4f82e68c53305f59017520fa76209 (diff)
downloadmruby-7ac4a60cf06cc66a3408b7fad156c76491630290.tar.gz
mruby-7ac4a60cf06cc66a3408b7fad156c76491630290.zip
fix indent.
-rw-r--r--tasks/mruby_build.rake4
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