Skip to content

Commit d7cb426

Browse files
committed
whitespace
1 parent 8c06855 commit d7cb426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_asyncio/test_base_events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,12 +2215,12 @@ def check_set_nodelay(self, sock):
22152215
'need socket.TCP_NODELAY')
22162216
def test_set_nodelay(self):
22172217
sock = socket.socket(family=socket.AF_INET, type=socket.SOCK_STREAM,
2218-
proto=socket.IPPROTO_TCP)
2218+
proto=socket.IPPROTO_TCP)
22192219
with sock:
22202220
self.check_set_nodelay(sock)
22212221

22222222
sock = socket.socket(family=socket.AF_INET, type=socket.SOCK_STREAM,
2223-
proto=socket.IPPROTO_TCP)
2223+
proto=socket.IPPROTO_TCP)
22242224
with sock:
22252225
sock.setblocking(False)
22262226
self.check_set_nodelay(sock)

0 commit comments

Comments
 (0)