Skip to content

Commit

Permalink
Replaces tab by proper space
Browse files Browse the repository at this point in the history
Co-authored-by: Lauris BH <lauris@nix.lv>
  • Loading branch information
HorlogeSkynet and lafriks authored Mar 19, 2023
1 parent 0e885b8 commit bb6ad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/api/packages/pypi/pypi.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func PackageMetadata(ctx *context.Context) {
return
}

// sort package descriptors by version to mimic PyPI format
// sort package descriptors by version to mimic PyPI format
sort.Slice(pds, func(i, j int) bool {
return strings.Compare(pds[i].Version.Version, pds[j].Version.Version) < 0
})
Expand Down

0 comments on commit bb6ad8a

Please sign in to comment.