Fix formatting

This commit is contained in:
Bo Maryniuk 2016-01-22 18:39:39 +01:00
parent 514f6349d4
commit 59ea758efb

View file

@ -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