formatting
This commit is contained in:
parent
43072b95a3
commit
ff55751275
@ -180,7 +180,7 @@ func reflectPointer(o opts, p *pending, r reflect.Value) node {
|
||||
}
|
||||
|
||||
e := reflectValue(o, p, r.Elem())
|
||||
if o & _pointerValues != 0 {
|
||||
if o&_pointerValues != 0 {
|
||||
e = nodeOf(e, "_", r.Pointer())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user