mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed trailing whitespace
This commit is contained in:
parent
123a86947c
commit
52581e7918
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ def version(name, check_remote=False, source=None, pre_versions=False):
|
|||
'''
|
||||
installed = list_(narrow=name, local_only=True)
|
||||
installed = {k.lower(): v for k, v in installed.items()}
|
||||
|
||||
|
||||
packages = {}
|
||||
lower_name = name.lower()
|
||||
for pkg in installed:
|
||||
|
|
Loading…
Add table
Reference in a new issue