Skip to content

Commit b2405b7

Browse files
committed
Fix spacing in compiled code
1 parent 8094445 commit b2405b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/src/Twig/ComponentNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function compile(Compiler $compiler): void
5151
;
5252

5353
$this->addGetTemplate($compiler);
54-
$compiler->write('->display($embeddedContext);');
54+
$compiler->raw('->display($embeddedContext);');
5555
$compiler->raw("\n");
5656
}
5757
}

0 commit comments

Comments
 (0)