From dff0f5761418fa499b3a4a0f0df4cbd69c2bb7ba Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 18 Mar 2013 00:43:52 +0900 Subject: [PATCH] Delete trailing whitespace. --- test/test_http_cookie.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/test_http_cookie.rb b/test/test_http_cookie.rb index c76c037..c5f7466 100644 --- a/test/test_http_cookie.rb +++ b/test/test_http_cookie.rb @@ -139,8 +139,8 @@ class TestHTTPCookie < Test::Unit::TestCase def test_parse_date_fail url = URI.parse('http://localhost/') - dates = [ - "20/06/95 21:07", + dates = [ + "20/06/95 21:07", ] silently do @@ -623,4 +623,3 @@ class TestHTTPCookie < Test::Unit::TestCase } end end -