Skip to content

Commit

Permalink
Fix trailing whitespaces not caught by black.
Browse files Browse the repository at this point in the history
  • Loading branch information
allenrobel committed Apr 21, 2024
1 parent 151c834 commit 768a93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/module_utils/fabric/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class FabricCreateBulk(FabricCreateCommon):
from ansible_collections.cisco.dcnm.plugins.module_utils.common.results import \
Results
payloads = [
payloads = [
{ "FABRIC_NAME": "fabric1", "BGP_AS": 65000 },
{ "FABRIC_NAME": "fabric2", "BGP_AS": 65001 }
]
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/fabric/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ class FabricUpdateBulk(FabricUpdateCommon):
from ansible_collections.cisco.dcnm.plugins.module_utils.common.results import \
Results
payloads = [
payloads = [
{ "FABRIC_NAME": "fabric1", "BGP_AS": 65000, "DEPLOY": True },
{ "FABRIC_NAME": "fabric2", "BGP_AS": 65001, "DEPLOY: False }
]
Expand Down

0 comments on commit 768a93d

Please sign in to comment.