Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric committed Nov 16, 2023
1 parent 618832a commit ffaa6d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion porch/pkg/oci/oci.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func (r *ociRepository) Version(ctx context.Context) (string, error) {
return hex.EncodeToString(hash[:]), nil
}


func (r *ociRepository) ListPackageRevisions(ctx context.Context, filter repository.ListPackageRevisionFilter) ([]repository.PackageRevision, error) {
if r.content != configapi.RepositoryContentPackage {
return []repository.PackageRevision{}, nil
Expand Down

0 comments on commit ffaa6d3

Please sign in to comment.