aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-28 02:02:30 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-28 02:02:30 +0900
commited4f33187976ebbbe4d3eb83dceea1992e9f6a16 (patch)
tree562881b54169c65e9845aafb8e44fac416bc940c /test/irb
parentcae0b73214d721539e335babf02283799198a983 (diff)
downloadruby-ed4f33187976ebbbe4d3eb83dceea1992e9f6a16.tar.gz
* remove trailing spaces.
Diffstat (limited to 'test/irb')
-rw-r--r--test/irb/test_color.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_color.rb b/test/irb/test_color.rb
index 2b43b2cd32..cf09f8500f 100644
--- a/test/irb/test_color.rb
+++ b/test/irb/test_color.rb
@@ -55,7 +55,7 @@ module TestIRB
/reg/ => true,
Object.new => false,
Struct => true,
- Test => true,
+ Test => true,
Struct.new(:a) => false,
Struct.new(:a).new(1) => false,
}.each do |object, result|