Skip to content

Commit

Permalink
Update src/cli/search.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Arts <[email protected]>
  • Loading branch information
nichmor and ruben-arts authored Nov 6, 2024
1 parent 281fb36 commit a246455
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cli/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ where
// sort all versions across all channels and platforms
latest_packages.sort_by(|a, b| a.package_record.version.cmp(&b.package_record.version));

// sort all versions across all channels and platforms
latest_packages.sort_by(|a, b| a.package_record.version.cmp(&b.package_record.version));

Ok(latest_packages)
}

Expand Down

0 comments on commit a246455

Please sign in to comment.