Fixed spacing

This commit is contained in:
Melissa Michels 2017-08-09 13:27:02 -04:00 committed by GitHub
parent f5cace8054
commit 7e99ea4838

View File

@ -1453,7 +1453,7 @@ def absent(name):
ret['comment'] = 'Directory {0} is set for removal'.format(name)
return ret
try:
if salt.utils.is_windows():
if salt.utils.is_windows():
__salt__['file.remove'](name, force=True)
else:
__salt__['file.remove'](name)