From ddc84fd1570f173761d943e91b2745f0f5c45ee6 Mon Sep 17 00:00:00 2001 From: daftshady Date: Thu, 5 Mar 2015 20:56:29 +0900 Subject: [PATCH] removed newline --- tornado/test/web_test.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.47.2