formatting

This commit is contained in:
Arpad Ryszka 2020-12-06 23:42:17 +01:00
parent 43072b95a3
commit ff55751275

View File

@ -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())
} }