Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
  • Loading branch information
Wwwsylvia committed Nov 8, 2024
1 parent 49e591f commit 1bf7e79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions registry/remote/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ type Repository struct {
// API.
// If zero, the page size is determined by the remote registry.
//
// NOTE: Pagination for the Referrers API is not defined in the distribution spec, so not all registries support it.
// ReferrerListPageSize may be ignored if pagination is unsupported by the remote registry.
// NOTE: Pagination for the Referrers API is not defined in the distribution
// spec, so not all registries support it. ReferrerListPageSize may be
// ignored if pagination is unsupported by the remote registry.
//
// Reference: https://github.com/oras-project/oras-go/issues/841
ReferrerListPageSize int
Expand Down

0 comments on commit 1bf7e79

Please sign in to comment.