Commit 1a09cf59 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8178a687
......@@ -854,7 +854,7 @@ func diffT(ctx context.Context, A, B *Tree, δZTC SetOid, trackIdx map[zodb.Oid]
var δA map[Key]ΔValue
abucket, ok := a.node.(*Bucket)
if !ok { // !ok means ø tree
δA, err := diffB(ctx, abucket, nil); /*X*/if err != nil { return nil, err }
δA, err = diffB(ctx, abucket, nil); /*X*/if err != nil { return nil, err }
}
// δ <- δA
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment