Commit d2e61c76 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5c97c854
......@@ -141,6 +141,7 @@ func (t *Tree) dump() string {
}
type treeOp int
const (
opSet treeOp = iota
opDel
......@@ -204,7 +205,6 @@ loop:
}
}
case *d:
switch op {
case opSet:
......
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