Skip to content

Commit bb6ad8a

Browse files
Replaces tab by proper space
Co-authored-by: Lauris BH <[email protected]>
1 parent 0e885b8 commit bb6ad8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/packages/pypi/pypi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func PackageMetadata(ctx *context.Context) {
6363
return
6464
}
6565

66-
// sort package descriptors by version to mimic PyPI format
66+
// sort package descriptors by version to mimic PyPI format
6767
sort.Slice(pds, func(i, j int) bool {
6868
return strings.Compare(pds[i].Version.Version, pds[j].Version.Version) < 0
6969
})

0 commit comments

Comments
 (0)