Replaced tabbed indentation with spaces for group module

pull/18777/head
Matt Martz 9 years ago committed by Matt Clay
parent 30d5c1166c
commit d47de74ade

@ -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