mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 19:20:22 -07:00
Fix whitespace, changing tabs to spaces.
This commit is contained in:
parent
6a5d07ecc7
commit
72b60286e1
3 changed files with 4 additions and 4 deletions
|
@ -96,7 +96,7 @@ class RabbitMqUser(object):
|
|||
self.module = module
|
||||
self.username = username
|
||||
self.password = password
|
||||
self.node = node
|
||||
self.node = node
|
||||
if tags is None:
|
||||
self.tags = list()
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue