tweak indentation for 'make pep8'

This commit is contained in:
Michael DeHaan 2013-07-20 12:47:46 -04:00
commit e1167d6977
3 changed files with 17 additions and 12 deletions

View file

@ -292,7 +292,7 @@ def main():
APT_GET_CMD = module.get_bin_path("apt-get")
if not APTITUDE_CMD:
module.fail_json(msg="Could not find aptitude. Please ensure it is installed.")
module.fail_json(msg="Could not find aptitude. Please ensure it is installed.")
p = module.params
install_recommends = p['install_recommends']