Fix whitespace, changing tabs to spaces.

This commit is contained in:
Ceri Storey 2013-05-08 15:34:51 +01:00
parent 6a5d07ecc7
commit 72b60286e1
3 changed files with 4 additions and 4 deletions

View file

@ -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: