summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_socket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
index 2dc34aa..18061fe 100644
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -208,7 +208,7 @@ class SocketPairTest(unittest.TestCase, ThreadableTest):
self.cli = None
ThreadableTest.clientTearDown(self)
-
+
#######################################################################
## Begin Tests