Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: kennethso168 <[email protected]>
  • Loading branch information
kennethso168 authored Mar 10, 2024
1 parent 7275d0c commit e1c436e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _write_pending_upgrades(registry, cache):

def _write_held_upgrades(registry, cache):
held_candidates = {
p.candidate for p in cache
p.candidate for p in cache
if p.is_upgradable and p._pkg.selected_state == apt_pkg.SELSTATE_HOLD
}
upgrade_list = _convert_candidates_to_upgrade_infos(held_candidates)
Expand Down

0 comments on commit e1c436e

Please sign in to comment.