Signed-off-by: Avo Sepp <68659218+avo-sepp@users.noreply.github.com>
pull/11835/head
Avo Sepp 3 years ago
parent 790c6fa18c
commit 0c88c4773a
No known key found for this signature in database
GPG Key ID: 046ED5FC037E0B62

@ -97,6 +97,7 @@ func (o *outputValue) String() string {
// It is much cleaner looking (and technically less allocations) to just // It is much cleaner looking (and technically less allocations) to just
// convert to a string rather than type asserting to the underlying // convert to a string rather than type asserting to the underlying
// output.Format // output.Format
*outputValue.(string)
return string(*o) return string(*o)
} }

Loading…
Cancel
Save