From 5f2702b7bf921cf082a41dd24d2eec49714ee567 Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Sat, 4 Jun 2016 16:24:05 -0700 Subject: [PATCH] Fixes whitespace issue --- Lib/test/test_wsgiref.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_wsgiref.py b/Lib/test/test_wsgiref.py index 3977e230b0..7e7a836845 100644 --- a/Lib/test/test_wsgiref.py +++ b/Lib/test/test_wsgiref.py @@ -704,4 +704,3 @@ class HandlerTests(TestCase): if __name__ == "__main__": unittest.main() - -- 2.49.0