From 097902c35abc2eb0c6ab599612a4b6eee6956500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Soares?= Date: Wed, 19 Sep 2018 12:05:17 +0200 Subject: [PATCH] Remove whitespaces --- lib/ansible/modules/network/aci/aci_l3out.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/aci/aci_l3out.py b/lib/ansible/modules/network/aci/aci_l3out.py index 9795cd181d5..8704648b3f4 100644 --- a/lib/ansible/modules/network/aci/aci_l3out.py +++ b/lib/ansible/modules/network/aci/aci_l3out.py @@ -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: