Skip to content

Commit be197b4

Browse files
committed
Change test file add new line at end of file
1 parent 9e2d967 commit be197b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% set text = text|default('foo') %}
22
{% set slot_default_fallback %}{{ text }}{% endset %}
33
{% set slot_default_value %}{{ slot_default|default(slot_default_fallback) }}{% endset %}
4-
{% include "/templates/ChildComponent.twig" with { 'slot_default': slot_default_value, 'class': "", 'style': "" } %}
4+
{% include "/templates/ChildComponent.twig" with { 'slot_default': slot_default_value, 'class': "", 'style': "" } %}

0 commit comments

Comments
 (0)