Strip trailing spaces [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-10-25 18:58:52 +09:00
parent 1649486834
commit 54a5623e26
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -172,7 +172,7 @@ class TestSocket_UNIXSocket < Test::Unit::TestCase
rescue Errno::ETOOMANYREFS => e
# for arm64-neoverse-n1
omit e.message
end
end
assert_equal([true]*x, thrs.map { |t| t.value })
assert_equal x * y, nr
ensure