From 7d1801004dde627255937b2755abe06de943aecb Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Tue, 4 May 2021 10:59:39 +0200 Subject: [PATCH] patch: Add missing newline --- distillery/resources/compose/barrel/patch/triples.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distillery/resources/compose/barrel/patch/triples.patch b/distillery/resources/compose/barrel/patch/triples.patch index 25bf21d..59ff9df 100644 --- a/distillery/resources/compose/barrel/patch/triples.patch +++ b/distillery/resources/compose/barrel/patch/triples.patch @@ -5,4 +5,4 @@ 118c118 < $object_text = $result->o->getValue(); --- -> $object_text = $result->o->dumpValue('string'); \ No newline at end of file +> $object_text = $result->o->dumpValue('string');