Skip to content

Commit ef61722

Browse files
Fixed trailing whitespace
1 parent 3587510 commit ef61722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ def test_addressinfo_enum(self):
22212221
lambda C: C.isupper() and C.startswith('AI_'),
22222222
source=_socket)
22232223
enum._test_simple_enum(CheckedAddressInfo, socket.AddressInfo)
2224-
2224+
22252225
@unittest.skipUnless(hasattr(socket.socket, "sendmsg"),"sendmsg not supported")
22262226
def test_sendmsg_reentrant_ancillary_mutation(self):
22272227

0 commit comments

Comments
 (0)