Clean up some whitespace

This commit is contained in:
Thomas S Hatch 2011-05-29 09:19:28 -06:00
parent 3f32e1d3e5
commit 5568625505

View file

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