Skip to content

Commit 8ed2cb4

Browse files
committed
Style fix
1 parent a157093 commit 8ed2cb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mirrormanager2/lib/mirrorlist.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ def populate_host_country_cache(cache, host):
246246

247247

248248
def populate_host_asn_cache(cache, host):
249-
if not host.asn_clients: return cache
249+
if not host.asn_clients:
250+
return cache
251+
250252
if host.asn is not None:
251253
append_value_to_cache(cache, host.asn, host.id)
252254

0 commit comments

Comments
 (0)