mirror of
https://github.com/containers/skopeo.git
synced 2025-09-15 06:20:12 +00:00
Update module github.com/containers/image/v5 to v5.36.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
vendor/github.com/tchap/go-patricia/v2/patricia/patricia.go
generated
vendored
2
vendor/github.com/tchap/go-patricia/v2/patricia/patricia.go
generated
vendored
@@ -465,7 +465,7 @@ func (trie *Trie) compact() *Trie {
|
||||
// If any item is set, we cannot compact since we want to retain
|
||||
// the ability to do searching by key. This makes compaction less usable,
|
||||
// but that simply cannot be avoided.
|
||||
if trie.item != nil || child.item != nil {
|
||||
if child == nil || trie.item != nil || child.item != nil {
|
||||
return trie
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user