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