Remove whitespaces

This commit is contained in:
João Soares 2018-09-19 12:05:17 +02:00 committed by Dag Wieers
parent 01db7239ed
commit 097902c35a

View file

@ -265,7 +265,7 @@ def main():
asn = module.params['asn']
state = module.params['state']
tenant = module.params['tenant']
if asn and 'eigrp' not in l3protocol:
module._warnings = ["Parameter 'asn' is only applicable when l3protocol is 'eigrp'. The ASN will be ignored"]
if not asn and 'eigrp' in l3protocol: