patch: Add missing newline

This commit is contained in:
Tom Wiesing 2021-05-04 10:59:39 +02:00
parent 0b8ea38b7b
commit 7d1801004d
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -5,4 +5,4 @@
118c118
< $object_text = $result->o->getValue();
---
> $object_text = $result->o->dumpValue('string');
> $object_text = $result->o->dumpValue('string');