mirror of
https://github.com/containers/podman.git
synced 2025-12-12 17:57:31 +08:00
Update common, image, and storage deps
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Paul Holzinger
parent
32d96f40c3
commit
444f19cb2a
4
vendor/github.com/containers/storage/pkg/truncindex/truncindex.go
generated
vendored
4
vendor/github.com/containers/storage/pkg/truncindex/truncindex.go
generated
vendored
@@ -102,9 +102,7 @@ func (idx *TruncIndex) Get(s string) (string, error) {
|
||||
if s == "" {
|
||||
return "", ErrEmptyPrefix
|
||||
}
|
||||
var (
|
||||
id string
|
||||
)
|
||||
var id string
|
||||
subTreeVisitFunc := func(prefix patricia.Prefix, item patricia.Item) error {
|
||||
if id != "" {
|
||||
// we haven't found the ID if there are two or more IDs
|
||||
|
||||
Reference in New Issue
Block a user