From ed4f33187976ebbbe4d3eb83dceea1992e9f6a16 Mon Sep 17 00:00:00 2001 From: git Date: Sun, 28 Apr 2019 02:02:30 +0900 Subject: [PATCH] * remove trailing spaces. --- test/irb/test_color.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|