1
0
Fork 0
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:
Matt Stephenson 2015-02-23 12:51:00 -08:00
parent 65e68cdff9
commit ce17f5e1ec

View file

@ -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: