Whitespace

This commit is contained in:
Thomas S Hatch 2014-02-01 05:11:40 -07:00
parent d62e6d509a
commit 727dacf132

View File

@ -82,7 +82,6 @@ def apply_(path, id_=None, config=None, approve_key=True, install=True):
install install
Install salt-minion, if absent. Default: true. Install salt-minion, if absent. Default: true.
''' '''
stats = __salt__['file.stats'](path, follow_symlinks=True) stats = __salt__['file.stats'](path, follow_symlinks=True)
if not stats: if not stats:
return '{0} does not exist'.format(path) return '{0} does not exist'.format(path)