From fa931b84af09182661803dd157095bd675a563cd Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 19 Nov 2024 09:32:14 +0000 Subject: [PATCH] Removed trailing whitespaces --- plugins/modules/nios_network.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/nios_network.py b/plugins/modules/nios_network.py index 0f16410..2b3752c 100644 --- a/plugins/modules/nios_network.py +++ b/plugins/modules/nios_network.py @@ -401,7 +401,7 @@ def vlans(module): vlan_filtered['parent'] = obj_vlanrange[0]['_ref'] else: module.fail_json(msg='VLAN View/Range \'%s\' cannot be found.' % vlan_filtered['parent']) - + obj_vlan = wapi.get_object('vlan', vlan_filtered) if obj_vlan: @@ -410,7 +410,7 @@ def vlans(module): module.fail_json(msg='VLAN `%s` cannot be found.' % vlan['name']) return vlans_list - + option_spec = dict( # one of name or num is required; enforced by the function options() name=dict(),