Purged trailing whitespace

This commit is contained in:
Roche, Damien 2017-02-09 16:17:24 +00:00
parent f4cf1dec11
commit 32c1fb74fa

View File

@ -160,7 +160,7 @@ def formatted(name, fs_type='ext4', force=False, **kwargs):
return ret
__salt__['disk.format_'](name, fs_type, force=force, **kwargs)
# Repeat fstype check up to 10 times with 3s sleeping between each
# to avoid detection failing although mkfs has succeeded
# see https://github.com/saltstack/salt/issues/25775i