Lint: Remove extra space

This commit is contained in:
rallytime 2017-08-30 09:38:39 -04:00
parent 26f52bd2b8
commit 29a763ffcb

View file

@ -189,7 +189,7 @@ class TestDaemon(object):
def __init__(self, parser):
self.parser = parser
self.colors = salt.utils.color.get_colors (self.parser.options.no_colors is False)
self.colors = salt.utils.color.get_colors(self.parser.options.no_colors is False)
if salt.utils.platform.is_windows():
# There's no shell color support on windows...
for key in self.colors: