Skip to content

Commit

Permalink
fix rebase conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <[email protected]>
  • Loading branch information
everettraven committed Sep 20, 2023
1 parent 229963c commit 9449a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/catalogmetadata/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Cache interface {
FetchCatalogContents(ctx context.Context, catalog *catalogd.Catalog) (io.ReadCloser, error)
}

func NewClient(cl client.Client, cache Cache) *Client {
func New(cl client.Client, cache Cache) *Client {
return &Client{
cl: cl,
cache: cache,
Expand Down

0 comments on commit 9449a63

Please sign in to comment.