Merge pull request #13497 from s0undt3ch/develop

White-space lint fix
This commit is contained in:
Joseph Hall 2014-06-17 06:05:20 -06:00
commit e652e8bf7d

View file

@ -52,7 +52,7 @@ class LocalClient(salt.client.LocalClient):
timeout=timeout,
**kwargs)
yid = salt.utils.gen_jid()
basedirpath = os.path.join(self.opts['cachedir'], 'raet')
basedirpath = os.path.join(self.opts['cachedir'], 'raet')
stack = LaneStack(
name=('client' + yid),
yid=yid,