Removed empty whitespace

This commit is contained in:
Seth House 2012-10-24 10:47:35 -06:00
parent c2af0a135d
commit 413311061e

View File

@ -52,7 +52,7 @@ class RunnerClient(object):
f_call = salt.utils.format_call(l_fun, low)
ret = l_fun(*f_call.get('args', ()), **f_call.get('kwargs', {}))
return ret
class Runner(RunnerClient):
'''