Skip to content

Commit 05bf326

Browse files
committed
[CS] Fix templates via twig-cs-fixer
1 parent 6a88270 commit 05bf326

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{{ component_url('component1', { prop1: null, prop2: date }) }}
1+
{{ component_url('component1', {prop1: null, prop2: date}) }}
22
{{ component_url('alternate_route') }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div{{ attributes }}>
22
Count: {{ this.count }}
3-
</div>
3+
</div>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ component('todo_list', {
22
items: [
3-
{ text: 'milk'},
4-
{ text: 'cheese'},
5-
{ text: 'milk'},
3+
{text: 'milk'},
4+
{text: 'cheese'},
5+
{text: 'milk'},
66
]
77
}) }}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{{ component('todo_list', {
22
items: [
3-
{ text: 'milk'},
4-
{ text: 'cheese'},
5-
{ text: 'milk'},
3+
{text: 'milk'},
4+
{text: 'cheese'},
5+
{text: 'milk'},
66
],
77
includeDataLiveId: true
88
}) }}

0 commit comments

Comments
 (0)