mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix extra space per pylint
This commit is contained in:
parent
4bffa13abf
commit
48adc63bb7
@ -107,7 +107,7 @@ def mounted(name,
|
||||
active = __salt__['mount.active']()
|
||||
if real_name in active:
|
||||
ret['comment'] = "Unable to unmount"
|
||||
ret['result'] = None
|
||||
ret['result'] = None
|
||||
return ret
|
||||
else:
|
||||
ret['comment'] = 'Target was already mounted'
|
||||
|
Loading…
Reference in New Issue
Block a user