mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix formatting
This commit is contained in:
parent
514f6349d4
commit
59ea758efb
1 changed files with 6 additions and 4 deletions
|
@ -1447,10 +1447,12 @@ def latest(
|
|||
targets[pkg] = avail[pkg]
|
||||
|
||||
if problems:
|
||||
return {'name': name,
|
||||
'changes': {},
|
||||
'result': False,
|
||||
'comment': ' '.join(problems)}
|
||||
return {
|
||||
'name': name,
|
||||
'changes': {},
|
||||
'result': False,
|
||||
'comment': ' '.join(problems)
|
||||
}
|
||||
|
||||
if targets:
|
||||
# Find up-to-date packages
|
||||
|
|
Loading…
Add table
Reference in a new issue