Fix white-space related lint issue

This commit is contained in:
Pedro Algarvio 2014-02-06 17:50:14 +00:00
parent a73f096fbd
commit 424c5ffd95

View File

@ -265,7 +265,6 @@ def list_pkgs(versions_as_list=False, with_origin=False, **kwargs):
])
return ret
ret = {}
origins = {}
out = __salt__['cmd.run_stdout']('pkg_info -ao', output_loglevel='debug')