mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 05:49:09 -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
|
@ -60,7 +60,7 @@ class RabbitMqVhost(object):
|
|||
self.module = module
|
||||
self.name = name
|
||||
self.tracing = tracing
|
||||
self.node = node
|
||||
self.node = node
|
||||
|
||||
self._tracing = False
|
||||
self._rabbitmqctl = module.get_bin_path('rabbitmqctl', True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue