Skip to content

Commit 75d8ae9

Browse files
fixed trailing whitespace
1 parent a2992a8 commit 75d8ae9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/test_socket.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3572,12 +3572,12 @@ def _testSendmsgAfterClose(self):
35723572
class SendmsgStreamTests(SendmsgTests):
35733573
# Tests for sendmsg() which require a stream socket and do not
35743574
# involve recvmsg() or recvmsg_into().
3575-
3575+
35763576
@unittest.skipUnless(hasattr(socket.socket, "sendmsg"),
35773577
"sendmsg not supported")
35783578
def test_sendmsg_reentrant_ancillary_mutation(self):
35793579
self._test_sendmsg_reentrant_ancillary_mutation()
3580-
3580+
35813581
def _test_sendmsg_reentrant_ancillary_mutation(self):
35823582
import socket
35833583

0 commit comments

Comments
 (0)