From 1bf7e79bc5f091484ac65e08204f3bdcf43537b9 Mon Sep 17 00:00:00 2001 From: "Lixia (Sylvia) Lei" Date: Fri, 8 Nov 2024 16:56:15 +0800 Subject: [PATCH] fix format Signed-off-by: Lixia (Sylvia) Lei --- registry/remote/repository.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/registry/remote/repository.go b/registry/remote/repository.go index 0a98844f..2d81b11b 100644 --- a/registry/remote/repository.go +++ b/registry/remote/repository.go @@ -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