Skip to content

Commit e6b1b79

Browse files
committed
Make sure two blank lines around _fund_service function
1 parent c61508b commit e6b1b79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_socket.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def _have_socket_hyperv():
202202
s.close()
203203
return True
204204

205+
205206
def _find_service(expected_protocols,
206207
services_file='/etc/services'):
207208
if not os.path.exists(services_file):
@@ -223,6 +224,7 @@ def _find_service(expected_protocols,
223224
return service_name
224225
return None
225226

227+
226228
@contextlib.contextmanager
227229
def socket_setdefaulttimeout(timeout):
228230
old_timeout = socket.getdefaulttimeout()

0 commit comments

Comments
 (0)