mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clean up some whitespace
This commit is contained in:
parent
3f32e1d3e5
commit
5568625505
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class HighState(object):
|
|||
'''
|
||||
highstate = {}
|
||||
for sls in group:
|
||||
highstate.update( self.state.compile_template(sls))
|
||||
highstate.update(self.state.compile_template(sls))
|
||||
return highstate
|
||||
|
||||
def call_highstate(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue