Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxuan Wang <[email protected]>
  • Loading branch information
wangxiaoxuan273 committed Oct 16, 2023
1 parent 51f2569 commit c9b5420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/oci/deletableoci.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type DeletableStore struct {
graph *graph.Memory
}

// NewDeletableStore returns a new DeletableStore.
// NewDeletableStore returns a new DeletableStore with context.Background().
func NewDeletableStore(root string) (*DeletableStore, error) {
return NewDeletableStoreWithContext(context.Background(), root)
}
Expand Down

0 comments on commit c9b5420

Please sign in to comment.