Delete trailing whitespace.

This commit is contained in:
Akinori MUSHA 2013-03-18 00:43:52 +09:00
parent 1a7c38e9e0
commit dff0f57614

View file

@ -140,7 +140,7 @@ class TestHTTPCookie < Test::Unit::TestCase
url = URI.parse('http://localhost/') url = URI.parse('http://localhost/')
dates = [ dates = [
"20/06/95 21:07", "20/06/95 21:07",
] ]
silently do silently do
@ -623,4 +623,3 @@ class TestHTTPCookie < Test::Unit::TestCase
} }
end end
end end