Remove extra blank line to appease linter

This commit is contained in:
Erik Johnson 2018-05-01 13:10:51 -05:00
parent f8ab2be81c
commit fa2bea52bb
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -534,7 +534,6 @@ def _find_install_targets(name=None,
'result': False,
'comment': exc.strerror}
if salt.utils.is_windows() and kwargs.pop('refresh', False):
# We already refreshed when we called pkg.list_pkgs
was_refreshed = True