mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix indentation
This commit is contained in:
parent
65e68cdff9
commit
ce17f5e1ec
1 changed files with 3 additions and 3 deletions
|
@ -152,9 +152,9 @@ def _multicast_query(v, value):
|
|||
return value
|
||||
|
||||
def _net_query(v):
|
||||
if v.size > 1:
|
||||
if v.ip == v.network:
|
||||
return str(v.network) + '/' + str(v.prefixlen)
|
||||
if v.size > 1:
|
||||
if v.ip == v.network:
|
||||
return str(v.network) + '/' + str(v.prefixlen)
|
||||
|
||||
def _netmask_query(v):
|
||||
if v.size > 1:
|
||||
|
|
Loading…
Reference in a new issue