Replaced tabbed indentation with spaces for group module

reviewable/pr18780/r1
Matt Martz 9 years ago
parent 4f43c4c09c
commit b6b576abf6

@ -121,7 +121,7 @@ class Group(object):
if len(cmd) == 1:
return (None, '', '')
if self.module.check_mode:
return (0, '', '')
return (0, '', '')
cmd.append(self.name)
return self.execute_command(cmd)

Loading…
Cancel
Save