]> granicus.if.org Git - python/commitdiff
Normalize whitespace
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 17 Dec 2015 00:35:30 +0000 (19:35 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 17 Dec 2015 00:35:30 +0000 (19:35 -0500)
Lib/test/test_asyncio/test_base_events.py

index 608398cc67d7b8a6e04b5cdfc5b4ef96ca5edc05..a46ac166d1182a155c04f340d1c12a1f40731351 100644 (file)
@@ -1368,7 +1368,7 @@ class BaseEventLoopWithSelectorTests(test_utils.TestCase):
         self.assertRaises(
             OSError, self.loop.run_until_complete, coro)
 
-    @patch_socket 
+    @patch_socket
     def test_create_datagram_endpoint_socket_err(self, m_socket):
         m_socket.getaddrinfo = socket.getaddrinfo
         m_socket.socket.side_effect = OSError