Skip to content

Commit 250d85c

Browse files
committed
style(Location): twig code style
1 parent d991129 commit 250d85c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

templates/location.html.twig

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
__('Boavizta zone', 'carbon'),
4646
{
4747
'display_emptychoice': true,
48-
})
49-
}}
48+
}) }}
5049

5150
<div class="hr-text">
5251
<i class="ti ti-list"></i>
@@ -65,8 +64,7 @@
6564
is_fallback: 0,
6665
is_carbon_intensity_source: 1
6766
},
68-
})
69-
}}
67+
}) }}
7068

7169
<script type="text/javascript">
7270
$(function() {
@@ -88,6 +86,5 @@
8886
display_emptychoice: true,
8987
condition: zone_condition,
9088
disabled: (source_id == 0)
91-
})
92-
}}
89+
}) }}
9390
{% endblock %}

0 commit comments

Comments
 (0)