From: daftshady Date: Thu, 5 Mar 2015 11:56:29 +0000 (+0900) Subject: removed newline X-Git-Tag: v4.2.0b1~80^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1274%2Fhead;p=thirdparty%2Ftornado.git removed newline --- diff --git a/tornado/test/web_test.py b/tornado/test/web_test.py index 188d768da..b8e1c75cd 100644 --- a/tornado/test/web_test.py +++ b/tornado/test/web_test.py @@ -2490,6 +2490,5 @@ class CacheTest(WebTestCase): response = self.fetch( '/etag/' + computed_etag, headers={'If-None-Match': etags} - ) self.assertEqual(response.code, status_code)