mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint: Remove extra space
This commit is contained in:
parent
26f52bd2b8
commit
29a763ffcb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue