Fix pycodestyle E117 issues.

This commit is contained in:
Matt Clay 2019-02-13 18:39:26 -08:00
commit 3e778d3f8f
40 changed files with 150 additions and 150 deletions

View file

@ -837,7 +837,7 @@ class DnfModule(YumDnf):
if self.allow_downgrade:
self.base.package_install(pkg)
else:
self.base.package_install(pkg)
self.base.package_install(pkg)
except Exception as e:
self.module.fail_json(
msg="Error occured attempting remote rpm operation: {0}".format(to_native(e)),