White-space lint fix

This commit is contained in:
Pedro Algarvio 2015-01-21 14:09:22 +00:00
parent 7008cd3b47
commit 439099922c

View File

@ -2119,7 +2119,6 @@ class SaltCallOptionParser(OptionParser, ConfigDirMixIn, MergeConfigMixIn,
help=('Report only those states that have changed')
)
def _mixin_after_parsed(self):
if not self.args and not self.options.grains_run and not self.options.doc:
self.print_help()