Skip to content

Commit a13dfe9

Browse files
committed
style: twig
1 parent 17cf890 commit a13dfe9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

templates/components/form/fields_macros.html.twig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@
4141
{% set name = "#{name}[]" %}
4242
{% endif %}
4343
{% set options = {
44-
'rand': random(),
45-
'disabled': false}|merge(options)
46-
%}
44+
'rand': random(),
45+
'disabled': false}|merge(options) %}
4746
{% if options.fields_template.isMandatoryField(name)|default(false) %}
4847
{% set options = {'specific_tags': {'required': true}}|merge(options) %}
4948
{% endif %}

0 commit comments

Comments
 (0)