From ab67c57f652c7c3a64ec4f4dc73259a14fb1b545 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 30 Apr 2014 09:50:14 +0900 Subject: remove trailing spaces --- test/t/module.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/t/module.rb') diff --git a/test/t/module.rb b/test/t/module.rb index 48a09f720..585774a4b 100644 --- a/test/t/module.rb +++ b/test/t/module.rb @@ -485,19 +485,19 @@ end assert('Issue 1467') do module M1 def initialize() - super() + super() end end - class C1 - include M1 - def initialize() - super() + class C1 + include M1 + def initialize() + super() end end class C2 - include M1 + include M1 end C1.new -- cgit v1.2.3