From 6b0c24024cc9496612d34ca83b933c88fb7eaf33 Mon Sep 17 00:00:00 2001
From: Lauri Eskola <lauri.eskola@acquia.com>
Date: Wed, 8 Nov 2023 14:28:45 +0200
Subject: [PATCH] Issue #3399172 by saidatom, smustgrave: Fix linting issues in
 Twig files

(cherry picked from commit 2e792db070a910c4745225dfd46ba7b117018f2e)
---
 .../announcements_feed/templates/announcements.html.twig  | 2 +-
 core/modules/book/templates/book-export-html.html.twig    | 4 ++--
 .../help_topics/config_translation.overview.html.twig     | 2 +-
 .../media/templates/media-reference-help.html.twig        | 2 +-
 .../templates/media--media-library.html.twig              | 2 +-
 core/modules/system/templates/fieldset.html.twig          | 2 +-
 .../system/templates/status-report-grouped.html.twig      | 2 +-
 core/modules/system/templates/status-report.html.twig     | 2 +-
 .../system/templates/system-modules-details.html.twig     | 8 ++++----
 .../system/templates/system-modules-uninstall.html.twig   | 2 +-
 .../modules/system/templates/system-themes-page.html.twig | 2 +-
 .../tracker.tracking_changed_content.html.twig            | 1 -
 .../views/templates/views-view-grid-responsive.html.twig  | 6 +++---
 .../templates/views-view-summary-unformatted.html.twig    | 2 +-
 .../demo_umami/themes/umami/components/badge/badge.twig   | 2 +-
 .../demo_umami/themes/umami/components/card/card.twig     | 4 ++--
 .../umami/components/footer-block/footer-block.twig       | 4 ++--
 .../themes/umami/templates/classy/form/fieldset.html.twig | 2 +-
 .../templates/classy/layout/book-export-html.html.twig    | 4 ++--
 .../classy/media-library/media--media-library.html.twig   | 2 +-
 .../classy/views/views-view-summary-unformatted.html.twig | 2 +-
 .../banner-block/block--bundle--banner-block.html.twig    | 4 ++--
 .../templates/components/navigation/menu--main.html.twig  | 2 +-
 .../templates/content/node--card-common-alt.html.twig     | 2 +-
 .../umami/templates/content/node--card-common.html.twig   | 2 +-
 .../themes/umami/templates/content/node--card.html.twig   | 2 +-
 .../templates/admin/system-modules-details.html.twig      | 8 ++++----
 .../templates/classy/layout/book-export-html.html.twig    | 4 ++--
 .../classy/views/views-view-summary-unformatted.html.twig | 2 +-
 core/themes/claro/templates/details.html.twig             | 4 ++--
 core/themes/claro/templates/entity-add-list.html.twig     | 2 +-
 core/themes/claro/templates/fieldset.html.twig            | 2 +-
 core/themes/claro/templates/filter/filter-tips.html.twig  | 2 +-
 core/themes/claro/templates/form-element.html.twig        | 4 ++--
 core/themes/claro/templates/form/checkboxes.html.twig     | 2 +-
 .../media-library/media--media-library.html.twig          | 2 +-
 core/themes/claro/templates/node-add-list.html.twig       | 2 +-
 .../claro/templates/status-report-grouped.html.twig       | 2 +-
 core/themes/claro/templates/system-themes-page.html.twig  | 2 +-
 .../templates/views/views-ui-expose-filter-form.html.twig | 2 --
 .../templates/block/block--page-title-block.html.twig     | 1 -
 .../olivero/templates/content/search-result.html.twig     | 4 ++--
 .../themes/olivero/templates/filter/filter-tips.html.twig | 2 +-
 core/themes/olivero/templates/form/fieldset.html.twig     | 2 +-
 .../olivero/templates/includes/get-started.html.twig      | 2 +-
 .../olivero/templates/layout/book-export-html.html.twig   | 4 ++--
 core/themes/olivero/templates/layout/html.html.twig       | 2 +-
 .../templates/navigation/menu--primary-menu.html.twig     | 4 ++--
 .../templates/navigation/menu--secondary-menu.html.twig   | 2 +-
 core/themes/olivero/templates/navigation/menu.html.twig   | 4 ++--
 .../templates/admin/status-report-grouped.html.twig       | 2 +-
 .../stable9/templates/admin/status-report.html.twig       | 2 +-
 .../templates/admin/system-modules-details.html.twig      | 8 ++++----
 .../templates/admin/system-modules-uninstall.html.twig    | 2 +-
 .../templates/content/media-reference-help.html.twig      | 2 +-
 core/themes/stable9/templates/form/fieldset.html.twig     | 2 +-
 .../stable9/templates/layout/book-export-html.html.twig   | 4 ++--
 .../media-library/media--media-library.html.twig          | 2 +-
 .../views/views-view-summary-unformatted.html.twig        | 2 +-
 .../starterkit_theme/templates/form/fieldset.html.twig    | 2 +-
 .../views/views-view-summary-unformatted.html.twig        | 2 +-
 61 files changed, 82 insertions(+), 86 deletions(-)

diff --git a/core/modules/announcements_feed/templates/announcements.html.twig b/core/modules/announcements_feed/templates/announcements.html.twig
index d2d8e8adfdb4..10ce2aec3bfa 100644
--- a/core/modules/announcements_feed/templates/announcements.html.twig
+++ b/core/modules/announcements_feed/templates/announcements.html.twig
@@ -20,7 +20,7 @@
         <li class="announcement announcement--standard">
           <div class="announcement__title">
             <a href="{{ announcement.url }}">{{ announcement.title }}</a>
-            <div class="announcement__date">{{ announcement.datePublishedTimestamp | format_date('short') }}</div>
+            <div class="announcement__date">{{ announcement.datePublishedTimestamp|format_date('short') }}</div>
           </div>
         </li>
       {% endfor %}
diff --git a/core/modules/book/templates/book-export-html.html.twig b/core/modules/book/templates/book-export-html.html.twig
index 025762ca12fb..669c6e2bcc62 100644
--- a/core/modules/book/templates/book-export-html.html.twig
+++ b/core/modules/book/templates/book-export-html.html.twig
@@ -36,11 +36,11 @@
       to be exported as printer-friendly HTML.
     #}
 
-  {% if depth > 1 %}{% for i in 1..depth-1 %}
+  {% if depth > 1 %}{% for i in 1..depth - 1 %}
     <div>
   {% endfor %}{% endif %}
   {{ contents }}
-      {% if depth > 1 %}{% for i in 1..depth-1 %}
+      {% if depth > 1 %}{% for i in 1..depth - 1 %}
     </div>
   {% endfor %}{% endif %}
   </body>
diff --git a/core/modules/config_translation/help_topics/config_translation.overview.html.twig b/core/modules/config_translation/help_topics/config_translation.overview.html.twig
index 348efcb916ac..11bf7fd55a96 100644
--- a/core/modules/config_translation/help_topics/config_translation.overview.html.twig
+++ b/core/modules/config_translation/help_topics/config_translation.overview.html.twig
@@ -6,7 +6,7 @@ related:
   - language.add
 ---
 {% set config_translation_link_text %}{% trans %}Configuration translation{% endtrans %}{% endset %}
-{% set config_translation_link = render_var(help_route_link(config_translation_link_text, 'config_translation.mapper_list'))%}
+{% set config_translation_link = render_var(help_route_link(config_translation_link_text, 'config_translation.mapper_list')) %}
 {% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
 {% set language_add_topic = render_var(help_topic_link('language.add')) %}
 <h2>{% trans %}Goal{% endtrans %}</h2>
diff --git a/core/modules/media/templates/media-reference-help.html.twig b/core/modules/media/templates/media-reference-help.html.twig
index 753ce56ca7de..910dc4e94bea 100644
--- a/core/modules/media/templates/media-reference-help.html.twig
+++ b/core/modules/media/templates/media-reference-help.html.twig
@@ -22,7 +22,7 @@
       required ? 'form-required',
     ]
   %}
-  {#  Always wrap fieldset legends in a <span> for CSS positioning. #}
+  {# Always wrap fieldset legends in a <span> for CSS positioning. #}
   <legend{{ legend_attributes }}>
     <span{{ legend_span_attributes.addClass(legend_span_classes) }}>{{ original_label }}</span>
   </legend>
diff --git a/core/modules/media_library/templates/media--media-library.html.twig b/core/modules/media_library/templates/media--media-library.html.twig
index 6262e7d5062e..da2f83005549 100644
--- a/core/modules/media_library/templates/media--media-library.html.twig
+++ b/core/modules/media_library/templates/media--media-library.html.twig
@@ -40,7 +40,7 @@
       {{ content|without('name') }}
     </div>
     {% if not status %}
-      {{ "unpublished" | t }}
+      {{ "unpublished"|t }}
     {% endif %}
     <div{{ metadata_attributes }}>
       {{ name }}
diff --git a/core/modules/system/templates/fieldset.html.twig b/core/modules/system/templates/fieldset.html.twig
index 6a240e0bdc05..a7092f98b3c7 100644
--- a/core/modules/system/templates/fieldset.html.twig
+++ b/core/modules/system/templates/fieldset.html.twig
@@ -44,7 +44,7 @@
       required ? 'form-required',
     ]
   %}
-  {#  Always wrap fieldset legends in a <span> for CSS positioning. #}
+  {# Always wrap fieldset legends in a <span> for CSS positioning. #}
   <legend{{ legend.attributes }}>
     <span{{ legend_span.attributes.addClass(legend_span_classes) }}>{{ legend.title }}</span>
   </legend>
diff --git a/core/modules/system/templates/status-report-grouped.html.twig b/core/modules/system/templates/status-report-grouped.html.twig
index 8f5481c4df3f..2156cb5292a4 100644
--- a/core/modules/system/templates/status-report-grouped.html.twig
+++ b/core/modules/system/templates/status-report-grouped.html.twig
@@ -31,7 +31,7 @@
             ]
           %}
           <summary{{ create_attribute({'class': summary_classes}) }} role="button">
-            {% if requirement.severity_title  %}
+            {% if requirement.severity_title %}
               <span class="visually-hidden">{{ requirement.severity_title }}</span>
             {% endif %}
             {{ requirement.title }}
diff --git a/core/modules/system/templates/status-report.html.twig b/core/modules/system/templates/status-report.html.twig
index ca9cf2b6a63e..6805249ac7a2 100644
--- a/core/modules/system/templates/status-report.html.twig
+++ b/core/modules/system/templates/status-report.html.twig
@@ -25,7 +25,7 @@
   {% for requirement in group.items %}
     <details>
       <summary role="button">
-        {% if requirement.severity_title  %}
+        {% if requirement.severity_title %}
           <span class="visually-hidden">{{ requirement.severity_title }}</span>
         {% endif %}
         {{ requirement.title }}
diff --git a/core/modules/system/templates/system-modules-details.html.twig b/core/modules/system/templates/system-modules-details.html.twig
index 24de0503c4bc..177ae2b463c5 100644
--- a/core/modules/system/templates/system-modules-details.html.twig
+++ b/core/modules/system/templates/system-modules-details.html.twig
@@ -48,15 +48,15 @@
             <div class="details-wrapper">
               <div class="details-description">
                 <div class="requirements">
-                  <div class="admin-requirements">{{ 'Machine name: <span dir="ltr" class="table-filter-text-source">@machine-name</span>'|t({'@machine-name': module.machine_name }) }}</div>
+                  <div class="admin-requirements">{{ 'Machine name: <span dir="ltr" class="table-filter-text-source">@machine-name</span>'|t({'@machine-name': module.machine_name}) }}</div>
                   {% if module.version %}
-                    <div class="admin-requirements">{{ 'Version: @module-version'|t({'@module-version': module.version }) }}</div>
+                    <div class="admin-requirements">{{ 'Version: @module-version'|t({'@module-version': module.version}) }}</div>
                   {% endif %}
                   {% if module.requires %}
-                    <div class="admin-requirements">{{ 'Requires: @module-list'|t({'@module-list': module.requires }) }}</div>
+                    <div class="admin-requirements">{{ 'Requires: @module-list'|t({'@module-list': module.requires}) }}</div>
                   {% endif %}
                   {% if module.required_by %}
-                    <div class="admin-requirements">{{ 'Required by: @module-list'|t({'@module-list': module.required_by }) }}</div>
+                    <div class="admin-requirements">{{ 'Required by: @module-list'|t({'@module-list': module.required_by}) }}</div>
                   {% endif %}
                 </div>
                 {% if module.links %}
diff --git a/core/modules/system/templates/system-modules-uninstall.html.twig b/core/modules/system/templates/system-modules-uninstall.html.twig
index 7b78a7951fdd..47275aacfa95 100644
--- a/core/modules/system/templates/system-modules-uninstall.html.twig
+++ b/core/modules/system/templates/system-modules-uninstall.html.twig
@@ -56,7 +56,7 @@
                     <li>{{ reason }}</li>
                   {%- endfor -%}
                   {%- if module.required_by -%}
-                    <li>{{ 'Required by: @module-list'|t({'@module-list': module.required_by|safe_join(', ') }) }}</li>
+                    <li>{{ 'Required by: @module-list'|t({'@module-list': module.required_by|safe_join(', ')}) }}</li>
                   {%- endif -%}
                 </ul>
               </div>
diff --git a/core/modules/system/templates/system-themes-page.html.twig b/core/modules/system/templates/system-themes-page.html.twig
index aad558707626..68d979f55f93 100644
--- a/core/modules/system/templates/system-themes-page.html.twig
+++ b/core/modules/system/templates/system-themes-page.html.twig
@@ -65,7 +65,7 @@
             <div class="theme-info__description">{{ theme.description }}</div>
             {% if theme.module_dependencies %}
               <div class="theme-info__requires">
-                {{ 'Requires: @module_dependencies'|t({ '@module_dependencies': theme.module_dependencies|render }) }}
+                {{ 'Requires: @module_dependencies'|t({'@module_dependencies': theme.module_dependencies|render}) }}
               </div>
             {% endif %}
             {# Display operation links if the theme is compatible. #}
diff --git a/core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig b/core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig
index 1422ee8e12cc..957e40040592 100644
--- a/core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig
+++ b/core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig
@@ -16,4 +16,3 @@ related:
   <li>{% trans %}The <em>My recent content</em> tab on the <em>Recent content</em> page (for logged-in users) limits the list to content created or commented on by the user viewing the page.{% endtrans %}</li>
   <li>{% trans %}The <em>Activity</em> tab on a user profile shows the same list for the user whose profile is being viewed.{% endtrans %}</li>
 </ul>
-
diff --git a/core/modules/views/templates/views-view-grid-responsive.html.twig b/core/modules/views/templates/views-view-grid-responsive.html.twig
index d36a1bf72289..5d6e66d49714 100644
--- a/core/modules/views/templates/views-view-grid-responsive.html.twig
+++ b/core/modules/views/templates/views-view-grid-responsive.html.twig
@@ -35,9 +35,9 @@
 %}
 
 {% set responsive_grid_styles = [
-    '--views-responsive-grid--column-count:'  ~ options.columns ~ ';',
-    '--views-responsive-grid--cell-min-width:'  ~ options.cell_min_width ~ 'px;',
-    '--views-responsive-grid--layout-gap:'  ~ options.grid_gutter ~ 'px;',
+    '--views-responsive-grid--column-count:' ~ options.columns ~ ';',
+    '--views-responsive-grid--cell-min-width:' ~ options.cell_min_width ~ 'px;',
+    '--views-responsive-grid--layout-gap:' ~ options.grid_gutter ~ 'px;',
   ]
 %}
 
diff --git a/core/modules/views/templates/views-view-summary-unformatted.html.twig b/core/modules/views/templates/views-view-summary-unformatted.html.twig
index 15b955b57c30..b28747e7f5b1 100644
--- a/core/modules/views/templates/views-view-summary-unformatted.html.twig
+++ b/core/modules/views/templates/views-view-summary-unformatted.html.twig
@@ -20,7 +20,7 @@
  * @ingroup themeable
  */
 #}
-{% for row in rows  %}
+{% for row in rows %}
   {{ options.inline ? '<span' : '<div' }} >
   {% if row.separator -%}
     {{ row.separator }}
diff --git a/core/profiles/demo_umami/themes/umami/components/badge/badge.twig b/core/profiles/demo_umami/themes/umami/components/badge/badge.twig
index 7b6743606b61..c926d3b863a4 100644
--- a/core/profiles/demo_umami/themes/umami/components/badge/badge.twig
+++ b/core/profiles/demo_umami/themes/umami/components/badge/badge.twig
@@ -1,4 +1,4 @@
-<div{{attributes.addClass('umami-badge')}}>
+<div{{ attributes.addClass('umami-badge') }}>
   <div class="umami-badge__container">
     {% if icon %}
       <div class="umami-badge__icon">
diff --git a/core/profiles/demo_umami/themes/umami/components/card/card.twig b/core/profiles/demo_umami/themes/umami/components/card/card.twig
index 3da4f9aac917..faae000fc10c 100644
--- a/core/profiles/demo_umami/themes/umami/components/card/card.twig
+++ b/core/profiles/demo_umami/themes/umami/components/card/card.twig
@@ -1,5 +1,5 @@
-<{{html_tag|default('article')}}{{attributes.addClass('umami-card')}}>
+<{{ html_tag|default('article') }}{{ attributes.addClass('umami-card') }}>
   <div class="umami-card__wrapper">
     {% block content %}{% endblock %}
   </div>
-</{{html_tag|default('article')}}>
+</{{ html_tag|default('article') }}>
diff --git a/core/profiles/demo_umami/themes/umami/components/footer-block/footer-block.twig b/core/profiles/demo_umami/themes/umami/components/footer-block/footer-block.twig
index 43532d748f50..34907804ed2d 100644
--- a/core/profiles/demo_umami/themes/umami/components/footer-block/footer-block.twig
+++ b/core/profiles/demo_umami/themes/umami/components/footer-block/footer-block.twig
@@ -1,4 +1,4 @@
-<div{{attributes.addClass('footer-block')}}>
+<div{{ attributes.addClass('footer-block') }}>
   <div class="footer-block__wrapper">
     {% block image %}
       {% if image %}
@@ -11,4 +11,4 @@
       {% block content %}{% endblock %}
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>
diff --git a/core/profiles/demo_umami/themes/umami/templates/classy/form/fieldset.html.twig b/core/profiles/demo_umami/themes/umami/templates/classy/form/fieldset.html.twig
index 3744839b6b55..e704ff301a4a 100644
--- a/core/profiles/demo_umami/themes/umami/templates/classy/form/fieldset.html.twig
+++ b/core/profiles/demo_umami/themes/umami/templates/classy/form/fieldset.html.twig
@@ -41,7 +41,7 @@
       required ? 'form-required',
     ]
   %}
-  {#  Always wrap fieldset legends in a <span> for CSS positioning. #}
+  {# Always wrap fieldset legends in a <span> for CSS positioning. #}
   <legend{{ legend.attributes }}>
     <span{{ legend_span.attributes.addClass(legend_span_classes) }}>{{ legend.title }}</span>
   </legend>
diff --git a/core/profiles/demo_umami/themes/umami/templates/classy/layout/book-export-html.html.twig b/core/profiles/demo_umami/themes/umami/templates/classy/layout/book-export-html.html.twig
index b7525f7efa88..29c27cc26113 100644
--- a/core/profiles/demo_umami/themes/umami/templates/classy/layout/book-export-html.html.twig
+++ b/core/profiles/demo_umami/themes/umami/templates/classy/layout/book-export-html.html.twig
@@ -34,11 +34,11 @@
       to be exported as printer-friendly HTML.
     #}
 
-  {% if depth > 1 %}{% for i in 1..depth-1 %}
+  {% if depth > 1 %}{% for i in 1..depth - 1 %}
     <div class="section-{{ i }}">
   {% endfor %}{% endif %}
   {{ contents }}
-  {% if depth > 1 %}{% for i in 1..depth-1 %}
+  {% if depth > 1 %}{% for i in 1..depth - 1 %}
     </div>
   {% endfor %}{% endif %}
   </body>
diff --git a/core/profiles/demo_umami/themes/umami/templates/classy/media-library/media--media-library.html.twig b/core/profiles/demo_umami/themes/umami/templates/classy/media-library/media--media-library.html.twig
index e88635424fc0..45a72fce3947 100644
--- a/core/profiles/demo_umami/themes/umami/templates/classy/media-library/media--media-library.html.twig
+++ b/core/profiles/demo_umami/themes/umami/templates/classy/media-library/media--media-library.html.twig
@@ -44,7 +44,7 @@
       {{ content|without('name') }}
     </div>
     {% if not status %}
-      <div class="media-library-item__status">{{ "unpublished" | t }}</div>
+      <div class="media-library-item__status">{{ "unpublished"|t }}</div>
     {% endif %}
     <div{{ metadata_attributes.addClass('media-library-item__attributes') }}>
       <div class="media-library-item__name">
diff --git a/core/profiles/demo_umami/themes/umami/templates/classy/views/views-view-summary-unformatted.html.twig b/core/profiles/demo_umami/themes/umami/templates/classy/views/views-view-summary-unformatted.html.twig
index 151734e948ee..975460de2d7b 100644
--- a/core/profiles/demo_umami/themes/umami/templates/classy/views/views-view-summary-unformatted.html.twig
+++ b/core/profiles/demo_umami/themes/umami/templates/classy/views/views-view-summary-unformatted.html.twig
@@ -18,7 +18,7 @@
  * @see template_preprocess_views_view_summary_unformatted()
  */
 #}
-{% for row in rows  %}
+{% for row in rows %}
   {{ options.inline ? '<span' : '<div' }} class="views-summary views-summary-unformatted">
   {% if row.separator -%}
     {{ row.separator }}
diff --git a/core/profiles/demo_umami/themes/umami/templates/components/banner-block/block--bundle--banner-block.html.twig b/core/profiles/demo_umami/themes/umami/templates/components/banner-block/block--bundle--banner-block.html.twig
index b99605d9fb38..2d4c05f02ac7 100644
--- a/core/profiles/demo_umami/themes/umami/templates/components/banner-block/block--bundle--banner-block.html.twig
+++ b/core/profiles/demo_umami/themes/umami/templates/components/banner-block/block--bundle--banner-block.html.twig
@@ -35,11 +35,11 @@
   ]
 %}
 
-<div{{attributes.addClass(classes)}}>
+<div{{ attributes.addClass(classes) }}>
   <div class="banner-block__inner">
     {{ title_prefix }}
     {% if label %}
-      <h2{{title_attributes}}>{{ label }}</h2>
+      <h2{{ title_attributes }}>{{ label }}</h2>
     {% endif %}
     {{ title_suffix }}
     {% block content %}
diff --git a/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu--main.html.twig b/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu--main.html.twig
index 185dccab32eb..13d09785290d 100644
--- a/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu--main.html.twig
+++ b/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu--main.html.twig
@@ -46,7 +46,7 @@
   %}
   {% if items %}
     {% if menu_level == 0 %}
-      <ul{{ attributes.addClass(menu_classes).setAttribute('data-drupal-selector','menu-main') }}> {# 1. #}
+      <ul{{ attributes.addClass(menu_classes).setAttribute('data-drupal-selector', 'menu-main') }}> {# 1. #}
     {% else %}
       <ul{{ attributes.removeClass(menu_classes).addClass(submenu_classes) }}> {# 1. #}
     {% endif %}
diff --git a/core/profiles/demo_umami/themes/umami/templates/content/node--card-common-alt.html.twig b/core/profiles/demo_umami/themes/umami/templates/content/node--card-common-alt.html.twig
index ed2ed5736f6f..e5893fb436ae 100644
--- a/core/profiles/demo_umami/themes/umami/templates/content/node--card-common-alt.html.twig
+++ b/core/profiles/demo_umami/themes/umami/templates/content/node--card-common-alt.html.twig
@@ -95,7 +95,7 @@
   url,
   } only %}
   {% block content %}
-    <div{{content_attributes.addClass('umami-card__content')}}>
+    <div{{ content_attributes.addClass('umami-card__content') }}>
       {{ content }}
     </div>
     {% include "umami:title" with {
diff --git a/core/profiles/demo_umami/themes/umami/templates/content/node--card-common.html.twig b/core/profiles/demo_umami/themes/umami/templates/content/node--card-common.html.twig
index 4e5440b7327b..95a7b5db7333 100644
--- a/core/profiles/demo_umami/themes/umami/templates/content/node--card-common.html.twig
+++ b/core/profiles/demo_umami/themes/umami/templates/content/node--card-common.html.twig
@@ -106,7 +106,7 @@
       a11y: label,
       extra_classes: 'umami-card__read-more'
     } only %}
-    <div{{content_attributes.addClass('umami-card__content')}}>
+    <div{{ content_attributes.addClass('umami-card__content') }}>
       {{ content }}
     </div>
   {% endblock %}
diff --git a/core/profiles/demo_umami/themes/umami/templates/content/node--card.html.twig b/core/profiles/demo_umami/themes/umami/templates/content/node--card.html.twig
index 04d0a33f7765..a0b57f79e1cb 100644
--- a/core/profiles/demo_umami/themes/umami/templates/content/node--card.html.twig
+++ b/core/profiles/demo_umami/themes/umami/templates/content/node--card.html.twig
@@ -100,7 +100,7 @@
       title_prefix,
       title_suffix,
     } only %}
-    <div{{content_attributes.addClass('umami-card__content')}}>
+    <div{{ content_attributes.addClass('umami-card__content') }}>
       {{ content }}
     </div>
     {% include "umami:read-more" with {
diff --git a/core/themes/claro/templates/admin/system-modules-details.html.twig b/core/themes/claro/templates/admin/system-modules-details.html.twig
index d2acf3854011..06ce7022e993 100644
--- a/core/themes/claro/templates/admin/system-modules-details.html.twig
+++ b/core/themes/claro/templates/admin/system-modules-details.html.twig
@@ -47,15 +47,15 @@
             <div class="claro-details__wrapper module-details__wrapper">
               <div class="module-details__description">
                 <div class="module-details__requirements">
-                  <div class="module-details__requirement">{{ 'Machine name: <span dir="ltr" class="table-filter-text-source">@machine-name</span>'|t({'@machine-name': module.machine_name }) }}</div>
+                  <div class="module-details__requirement">{{ 'Machine name: <span dir="ltr" class="table-filter-text-source">@machine-name</span>'|t({'@machine-name': module.machine_name}) }}</div>
                   {% if module.version %}
-                    <div class="module-details__requirement">{{ 'Version: @module-version'|t({'@module-version': module.version }) }}</div>
+                    <div class="module-details__requirement">{{ 'Version: @module-version'|t({'@module-version': module.version}) }}</div>
                   {% endif %}
                   {% if module.requires %}
-                    <div class="module-details__requirement">{{ 'Requires: @module-list'|t({'@module-list': module.requires }) }}</div>
+                    <div class="module-details__requirement">{{ 'Requires: @module-list'|t({'@module-list': module.requires}) }}</div>
                   {% endif %}
                   {% if module.required_by %}
-                    <div class="module-details__requirement">{{ 'Required by: @module-list'|t({'@module-list': module.required_by }) }}</div>
+                    <div class="module-details__requirement">{{ 'Required by: @module-list'|t({'@module-list': module.required_by}) }}</div>
                   {% endif %}
                 </div>
                 {% if module.links %}
diff --git a/core/themes/claro/templates/classy/layout/book-export-html.html.twig b/core/themes/claro/templates/classy/layout/book-export-html.html.twig
index b7525f7efa88..29c27cc26113 100644
--- a/core/themes/claro/templates/classy/layout/book-export-html.html.twig
+++ b/core/themes/claro/templates/classy/layout/book-export-html.html.twig
@@ -34,11 +34,11 @@
       to be exported as printer-friendly HTML.
     #}
 
-  {% if depth > 1 %}{% for i in 1..depth-1 %}
+  {% if depth > 1 %}{% for i in 1..depth - 1 %}
     <div class="section-{{ i }}">
   {% endfor %}{% endif %}
   {{ contents }}
-  {% if depth > 1 %}{% for i in 1..depth-1 %}
+  {% if depth > 1 %}{% for i in 1..depth - 1 %}
     </div>
   {% endfor %}{% endif %}
   </body>
diff --git a/core/themes/claro/templates/classy/views/views-view-summary-unformatted.html.twig b/core/themes/claro/templates/classy/views/views-view-summary-unformatted.html.twig
index 151734e948ee..975460de2d7b 100644
--- a/core/themes/claro/templates/classy/views/views-view-summary-unformatted.html.twig
+++ b/core/themes/claro/templates/classy/views/views-view-summary-unformatted.html.twig
@@ -18,7 +18,7 @@
  * @see template_preprocess_views_view_summary_unformatted()
  */
 #}
-{% for row in rows  %}
+{% for row in rows %}
   {{ options.inline ? '<span' : '<div' }} class="views-summary views-summary-unformatted">
   {% if row.separator -%}
     {{ row.separator }}
diff --git a/core/themes/claro/templates/details.html.twig b/core/themes/claro/templates/details.html.twig
index 1256f86e6b27..af49cfd738bc 100644
--- a/core/themes/claro/templates/details.html.twig
+++ b/core/themes/claro/templates/details.html.twig
@@ -41,7 +41,7 @@
     'claro-details__content',
     accordion ? 'claro-details__content--accordion',
     accordion_item ? 'claro-details__content--accordion-item',
-    element['#module_package_listing']  ? 'claro-details__content--package-listing',
+    element['#module_package_listing'] ? 'claro-details__content--package-listing',
   ]
 %}
 <details{{ attributes.addClass(classes) }}>
@@ -53,7 +53,7 @@
         required ? 'form-required',
         accordion ? 'claro-details__summary--accordion',
         accordion_item ? 'claro-details__summary--accordion-item',
-        element['#module_package_listing']  ? 'claro-details__summary--package-listing',
+        element['#module_package_listing'] ? 'claro-details__summary--package-listing',
 
     ]
     %}
diff --git a/core/themes/claro/templates/entity-add-list.html.twig b/core/themes/claro/templates/entity-add-list.html.twig
index a4ba89cd4019..4af8809240b0 100644
--- a/core/themes/claro/templates/entity-add-list.html.twig
+++ b/core/themes/claro/templates/entity-add-list.html.twig
@@ -29,7 +29,7 @@
       #}
       {% set bundle_attributes = bundle.add_link.url.getOption('attributes') ?: {} %}
       {% set link_attributes = create_attribute(bundle_attributes).addClass('admin-item__link') %}
-      <div{{ create_attribute({ class: item_classes }) }}>
+      <div{{ create_attribute({class: item_classes}) }}>
         <dt class="admin-item__title">
           <a href="{{ bundle.add_link.url }}"{{ link_attributes|without('href') }}>
             {{ bundle.add_link.text }}
diff --git a/core/themes/claro/templates/fieldset.html.twig b/core/themes/claro/templates/fieldset.html.twig
index d6c87070e997..2e94e5b73209 100644
--- a/core/themes/claro/templates/fieldset.html.twig
+++ b/core/themes/claro/templates/fieldset.html.twig
@@ -65,7 +65,7 @@
 %}
 
 <fieldset{{ attributes.addClass(classes) }}>
-  {#  Always wrap fieldset legends in a <span> for CSS positioning. #}
+  {# Always wrap fieldset legends in a <span> for CSS positioning. #}
   {% if legend.title %}
   <legend{{ legend.attributes.addClass(legend_classes) }}>
     <span{{ legend_span.attributes.addClass(legend_span_classes) }}>{{ legend.title }}</span>
diff --git a/core/themes/claro/templates/filter/filter-tips.html.twig b/core/themes/claro/templates/filter/filter-tips.html.twig
index 665b56798eed..b2403bf25dba 100644
--- a/core/themes/claro/templates/filter/filter-tips.html.twig
+++ b/core/themes/claro/templates/filter/filter-tips.html.twig
@@ -41,7 +41,7 @@
     {% endif %}
 
     {% if tip.list|length %}
-      <ul class="filter-tips {{ long ? 'filter-tips--long' : 'filter-tips--short'}}">
+      <ul class="filter-tips {{ long ? 'filter-tips--long' : 'filter-tips--short' }}">
       {% for item in tip.list %}
         {%
           set item_classes = [
diff --git a/core/themes/claro/templates/form-element.html.twig b/core/themes/claro/templates/form-element.html.twig
index 3991b26efff8..1dbf847b7b3a 100644
--- a/core/themes/claro/templates/form-element.html.twig
+++ b/core/themes/claro/templates/form-element.html.twig
@@ -35,7 +35,7 @@
     {{ label }}
   {% endif %}
   {% if prefix is not empty %}
-    <span class="form-item__prefix{{disabled == 'disabled' ? ' is-disabled'}}">{{ prefix }}</span>
+    <span class="form-item__prefix{{ disabled == 'disabled' ? ' is-disabled' }}">{{ prefix }}</span>
   {% endif %}
   {% if description_display == 'before' and description.content %}
     <div{{ description.attributes.addClass(description_classes) }}>
@@ -44,7 +44,7 @@
   {% endif %}
   {{ children }}
   {% if suffix is not empty %}
-    <span class="form-item__suffix{{disabled == 'disabled' ? ' is-disabled'}}">{{ suffix }}</span>
+    <span class="form-item__suffix{{ disabled == 'disabled' ? ' is-disabled' }}">{{ suffix }}</span>
   {% endif %}
   {% if label_display == 'after' %}
     {{ label }}
diff --git a/core/themes/claro/templates/form/checkboxes.html.twig b/core/themes/claro/templates/form/checkboxes.html.twig
index b7bbb9148ff2..71f6fb584a58 100644
--- a/core/themes/claro/templates/form/checkboxes.html.twig
+++ b/core/themes/claro/templates/form/checkboxes.html.twig
@@ -12,4 +12,4 @@
  @todo: remove this file once https://www.drupal.org/node/1819284 is resolved.
  This is identical to core/modules/system/templates/container.html.twig
 #}
-<div{{ attributes.addClass('form-checkboxes','form-boolean-group') }}>{{ children }}</div>
+<div{{ attributes.addClass('form-checkboxes', 'form-boolean-group') }}>{{ children }}</div>
diff --git a/core/themes/claro/templates/media-library/media--media-library.html.twig b/core/themes/claro/templates/media-library/media--media-library.html.twig
index b1f479f87c34..777378af91a4 100644
--- a/core/themes/claro/templates/media-library/media--media-library.html.twig
+++ b/core/themes/claro/templates/media-library/media--media-library.html.twig
@@ -44,7 +44,7 @@
       {{ content|without('name') }}
     </div>
     {% if not status %}
-      <div class="media-library-item__status">{{ "unpublished" | t }}</div>
+      <div class="media-library-item__status">{{ "unpublished"|t }}</div>
     {% endif %}
     <div{{ metadata_attributes.addClass('media-library-item__attributes') }}>
       <div class="media-library-item__name">
diff --git a/core/themes/claro/templates/node-add-list.html.twig b/core/themes/claro/templates/node-add-list.html.twig
index 6024608b4fdd..87826d4ca35a 100644
--- a/core/themes/claro/templates/node-add-list.html.twig
+++ b/core/themes/claro/templates/node-add-list.html.twig
@@ -21,5 +21,5 @@
 
 {% set create_content = path('node.type_add') %}
 {%
-  set add_bundle_message = 'You have not created any content types yet. Go to the <a href="@create-content">content type creation page</a> to add a new content type.'|t({ '@create-content': create_content })
+  set add_bundle_message = 'You have not created any content types yet. Go to the <a href="@create-content">content type creation page</a> to add a new content type.'|t({'@create-content': create_content})
 %}
diff --git a/core/themes/claro/templates/status-report-grouped.html.twig b/core/themes/claro/templates/status-report-grouped.html.twig
index 595cea1c1a2c..4d0b47f050fb 100644
--- a/core/themes/claro/templates/status-report-grouped.html.twig
+++ b/core/themes/claro/templates/status-report-grouped.html.twig
@@ -33,7 +33,7 @@
                 ]
               %}
               <div{{ create_attribute({'class': summary_classes}) }} role="button">
-                {% if requirement.severity_title  %}
+                {% if requirement.severity_title %}
                   <span class="visually-hidden">{{ requirement.severity_title }}</span>
                 {% endif %}
                 {{ requirement.title }}
diff --git a/core/themes/claro/templates/system-themes-page.html.twig b/core/themes/claro/templates/system-themes-page.html.twig
index 36d958dd3655..8a7eaf2f4a56 100644
--- a/core/themes/claro/templates/system-themes-page.html.twig
+++ b/core/themes/claro/templates/system-themes-page.html.twig
@@ -100,7 +100,7 @@
               <div class="card__footer">
                 {% if theme.module_dependencies %}
                   <div class="theme-info__requires">
-                    {{ 'Requires: @module_dependencies'|t({ '@module_dependencies': theme.module_dependencies|render }) }}
+                    {{ 'Requires: @module_dependencies'|t({'@module_dependencies': theme.module_dependencies|render}) }}
                   </div>
                 {% endif %}
                 {# Display operation links only if the theme is compatible. #}
diff --git a/core/themes/claro/templates/views/views-ui-expose-filter-form.html.twig b/core/themes/claro/templates/views/views-ui-expose-filter-form.html.twig
index afd6da1f456f..cbbe227d2fe0 100644
--- a/core/themes/claro/templates/views/views-ui-expose-filter-form.html.twig
+++ b/core/themes/claro/templates/views/views-ui-expose-filter-form.html.twig
@@ -76,8 +76,6 @@
   </div>
 {% endif %}
 
-
-
 {{ form.admin_label }}
 
 {{ form.more }}
diff --git a/core/themes/olivero/templates/block/block--page-title-block.html.twig b/core/themes/olivero/templates/block/block--page-title-block.html.twig
index 1cf7bcb0e982..6a8678369e2b 100644
--- a/core/themes/olivero/templates/block/block--page-title-block.html.twig
+++ b/core/themes/olivero/templates/block/block--page-title-block.html.twig
@@ -41,7 +41,6 @@
   ]
 %}
 
-
 <div{{ attributes.addClass(classes) }}>
   {{ title_prefix }}
   {{ content }}
diff --git a/core/themes/olivero/templates/content/search-result.html.twig b/core/themes/olivero/templates/content/search-result.html.twig
index ae2207e3dfac..b73d133a4434 100644
--- a/core/themes/olivero/templates/content/search-result.html.twig
+++ b/core/themes/olivero/templates/content/search-result.html.twig
@@ -58,12 +58,12 @@
 {{ attach_library('olivero/search-results') }}
 {% if info_split %}
   <div class="search-result__meta">
-    {% if info_split.user  %}
+    {% if info_split.user %}
       <span>
         {{ 'By'|t }} {% apply spaceless %}<span class="search-result__author">{{ info_split.user }}</span>{% endapply %}
       </span>
     {% endif %}
-    {% if info_date  %}
+    {% if info_date %}
       <span  class="search-result__date">, {{ info_date }}</span>
     {% endif %}
   </div>
diff --git a/core/themes/olivero/templates/filter/filter-tips.html.twig b/core/themes/olivero/templates/filter/filter-tips.html.twig
index 665b56798eed..b2403bf25dba 100644
--- a/core/themes/olivero/templates/filter/filter-tips.html.twig
+++ b/core/themes/olivero/templates/filter/filter-tips.html.twig
@@ -41,7 +41,7 @@
     {% endif %}
 
     {% if tip.list|length %}
-      <ul class="filter-tips {{ long ? 'filter-tips--long' : 'filter-tips--short'}}">
+      <ul class="filter-tips {{ long ? 'filter-tips--long' : 'filter-tips--short' }}">
       {% for item in tip.list %}
         {%
           set item_classes = [
diff --git a/core/themes/olivero/templates/form/fieldset.html.twig b/core/themes/olivero/templates/form/fieldset.html.twig
index 9efc4e5a70fe..a41ea257880c 100644
--- a/core/themes/olivero/templates/form/fieldset.html.twig
+++ b/core/themes/olivero/templates/form/fieldset.html.twig
@@ -68,7 +68,7 @@
 %}
 
 <fieldset{{ attributes.addClass(classes) }}>
-  {#  Always wrap fieldset legends in a <span> for CSS positioning. #}
+  {# Always wrap fieldset legends in a <span> for CSS positioning. #}
   {% if legend.title %}
   <legend{{ legend.attributes.addClass(legend_classes) }}>
     <span{{ legend_span.attributes.addClass(legend_span_classes) }}>{{ legend.title }}</span>
diff --git a/core/themes/olivero/templates/includes/get-started.html.twig b/core/themes/olivero/templates/includes/get-started.html.twig
index fd9600cb9eeb..df9580d93ea4 100644
--- a/core/themes/olivero/templates/includes/get-started.html.twig
+++ b/core/themes/olivero/templates/includes/get-started.html.twig
@@ -14,7 +14,7 @@
 {% set drupal_community = 'https://www.drupal.org/community' %}
 {% set drupal_values = 'https://www.drupal.org/about/values-and-principles' %}
 {% set drupal_user_guide = 'https://www.drupal.org/docs/user_guide/en/index.html' %}
-{% set create_content = path('node.add_page')  %}
+{% set create_content = path('node.add_page') %}
 {% set drupal_extend = 'https://www.drupal.org/docs/extending-drupal' %}
 {% set drupal_global_training_days = 'https://groups.drupal.org/global-training-days' %}
 {% set drupal_events = 'https://www.drupal.org/community/events' %}
diff --git a/core/themes/olivero/templates/layout/book-export-html.html.twig b/core/themes/olivero/templates/layout/book-export-html.html.twig
index b7525f7efa88..29c27cc26113 100644
--- a/core/themes/olivero/templates/layout/book-export-html.html.twig
+++ b/core/themes/olivero/templates/layout/book-export-html.html.twig
@@ -34,11 +34,11 @@
       to be exported as printer-friendly HTML.
     #}
 
-  {% if depth > 1 %}{% for i in 1..depth-1 %}
+  {% if depth > 1 %}{% for i in 1..depth - 1 %}
     <div class="section-{{ i }}">
   {% endfor %}{% endif %}
   {{ contents }}
-  {% if depth > 1 %}{% for i in 1..depth-1 %}
+  {% if depth > 1 %}{% for i in 1..depth - 1 %}
     </div>
   {% endfor %}{% endif %}
   </body>
diff --git a/core/themes/olivero/templates/layout/html.html.twig b/core/themes/olivero/templates/layout/html.html.twig
index 3aeb51968cd0..5dd70acf842a 100644
--- a/core/themes/olivero/templates/layout/html.html.twig
+++ b/core/themes/olivero/templates/layout/html.html.twig
@@ -40,7 +40,7 @@
     <title>{{ head_title|safe_join(' | ') }}</title>
     <css-placeholder token="{{ placeholder_token }}">
     <js-placeholder token="{{ placeholder_token }}">
-    {% include '@olivero/includes/preload.twig' with { olivero_path: olivero_path } only %}
+    {% include '@olivero/includes/preload.twig' with {olivero_path: olivero_path} only %}
     {{ noscript_styles }}
   </head>
   <body{{ attributes.addClass(body_classes) }}>
diff --git a/core/themes/olivero/templates/navigation/menu--primary-menu.html.twig b/core/themes/olivero/templates/navigation/menu--primary-menu.html.twig
index cbc13efb0896..1b744e272722 100644
--- a/core/themes/olivero/templates/navigation/menu--primary-menu.html.twig
+++ b/core/themes/olivero/templates/navigation/menu--primary-menu.html.twig
@@ -76,13 +76,13 @@
           ]
         %}
 
-        <li{{ item.attributes.addClass(item_classes).setAttribute('data-drupal-selector', is_top_level_menu and item.below ? 'primary-nav-menu-item-has-children': false) }}>
+        <li{{ item.attributes.addClass(item_classes).setAttribute('data-drupal-selector', is_top_level_menu and item.below ? 'primary-nav-menu-item-has-children' : false) }}>
           {#
             A unique HTML ID should be used, but that isn't available through
             Twig yet, so the |clean_id filter is used for now.
             @see https://www.drupal.org/project/drupal/issues/3115445
           #}
-          {% set aria_id = (aria_id ~ loop.index )|clean_id %}
+          {% set aria_id = (aria_id ~ loop.index)|clean_id %}
           {% set link_title %}
             <span class="primary-nav__menu-link-inner primary-nav__menu-link-inner--level-{{ menu_level + 1 }}">{{ item.title }}</span>
           {% endset %}
diff --git a/core/themes/olivero/templates/navigation/menu--secondary-menu.html.twig b/core/themes/olivero/templates/navigation/menu--secondary-menu.html.twig
index 602ae632916b..a1fc87b9f442 100644
--- a/core/themes/olivero/templates/navigation/menu--secondary-menu.html.twig
+++ b/core/themes/olivero/templates/navigation/menu--secondary-menu.html.twig
@@ -66,7 +66,7 @@
         %}
 
         <li{{ item.attributes.addClass(item_classes) }}>
-          {{ link(item.title, item.url, { 'class': link_classes }) }}
+          {{ link(item.title, item.url, {'class': link_classes}) }}
 
           {% if item.below %}
             {{ menus.menu_links(item.below, attributes, menu_level + 1) }}
diff --git a/core/themes/olivero/templates/navigation/menu.html.twig b/core/themes/olivero/templates/navigation/menu.html.twig
index a28693ce6c37..136cabf2d99d 100644
--- a/core/themes/olivero/templates/navigation/menu.html.twig
+++ b/core/themes/olivero/templates/navigation/menu.html.twig
@@ -69,9 +69,9 @@
             Twig yet, so the |clean_id filter is used for now.
             @see https://www.drupal.org/project/drupal/issues/3115445
           #}
-          {% set aria_id = (item.title ~ '-submenu-' ~ loop.index )|clean_id %}
+          {% set aria_id = (item.title ~ '-submenu-' ~ loop.index)|clean_id %}
 
-          {{ link(item.title, item.url, { 'class': link_classes }) }}
+          {{ link(item.title, item.url, {'class': link_classes}) }}
 
           {% if item.below %}
             {{ menus.menu_links(item.below, attributes, menu_level + 1) }}
diff --git a/core/themes/stable9/templates/admin/status-report-grouped.html.twig b/core/themes/stable9/templates/admin/status-report-grouped.html.twig
index 1914c169fc5b..a5bba7a4e937 100644
--- a/core/themes/stable9/templates/admin/status-report-grouped.html.twig
+++ b/core/themes/stable9/templates/admin/status-report-grouped.html.twig
@@ -31,7 +31,7 @@
             ]
           %}
           <summary{{ create_attribute({'class': summary_classes}) }} role="button">
-            {% if requirement.severity_title  %}
+            {% if requirement.severity_title %}
               <span class="visually-hidden">{{ requirement.severity_title }}</span>
             {% endif %}
             {{ requirement.title }}
diff --git a/core/themes/stable9/templates/admin/status-report.html.twig b/core/themes/stable9/templates/admin/status-report.html.twig
index 39f87db353c3..bb581e63d980 100644
--- a/core/themes/stable9/templates/admin/status-report.html.twig
+++ b/core/themes/stable9/templates/admin/status-report.html.twig
@@ -23,7 +23,7 @@
   {% for requirement in group.items %}
     <details>
       <summary role="button">
-        {% if requirement.severity_title  %}
+        {% if requirement.severity_title %}
           <span class="visually-hidden">{{ requirement.severity_title }}</span>
         {% endif %}
         {{ requirement.title }}
diff --git a/core/themes/stable9/templates/admin/system-modules-details.html.twig b/core/themes/stable9/templates/admin/system-modules-details.html.twig
index 21397f6e3631..048780d38f64 100644
--- a/core/themes/stable9/templates/admin/system-modules-details.html.twig
+++ b/core/themes/stable9/templates/admin/system-modules-details.html.twig
@@ -46,15 +46,15 @@
             <div class="details-wrapper">
               <div class="details-description">
                 <div class="requirements">
-                  <div class="admin-requirements">{{ 'Machine name: <span dir="ltr" class="table-filter-text-source">@machine-name</span>'|t({'@machine-name': module.machine_name }) }}</div>
+                  <div class="admin-requirements">{{ 'Machine name: <span dir="ltr" class="table-filter-text-source">@machine-name</span>'|t({'@machine-name': module.machine_name}) }}</div>
                   {% if module.version %}
-                    <div class="admin-requirements">{{ 'Version: @module-version'|t({'@module-version': module.version }) }}</div>
+                    <div class="admin-requirements">{{ 'Version: @module-version'|t({'@module-version': module.version}) }}</div>
                   {% endif %}
                   {% if module.requires %}
-                    <div class="admin-requirements">{{ 'Requires: @module-list'|t({'@module-list': module.requires }) }}</div>
+                    <div class="admin-requirements">{{ 'Requires: @module-list'|t({'@module-list': module.requires}) }}</div>
                   {% endif %}
                   {% if module.required_by %}
-                    <div class="admin-requirements">{{ 'Required by: @module-list'|t({'@module-list': module.required_by }) }}</div>
+                    <div class="admin-requirements">{{ 'Required by: @module-list'|t({'@module-list': module.required_by}) }}</div>
                   {% endif %}
                 </div>
                 {% if module.links %}
diff --git a/core/themes/stable9/templates/admin/system-modules-uninstall.html.twig b/core/themes/stable9/templates/admin/system-modules-uninstall.html.twig
index bf8ad1f314eb..29c257dcfacc 100644
--- a/core/themes/stable9/templates/admin/system-modules-uninstall.html.twig
+++ b/core/themes/stable9/templates/admin/system-modules-uninstall.html.twig
@@ -54,7 +54,7 @@
                     <li>{{ reason }}</li>
                   {%- endfor -%}
                   {%- if module.required_by -%}
-                    <li>{{ 'Required by: @module-list'|t({'@module-list': module.required_by|safe_join(', ') }) }}</li>
+                    <li>{{ 'Required by: @module-list'|t({'@module-list': module.required_by|safe_join(', ')}) }}</li>
                   {%- endif -%}
                 </ul>
               </div>
diff --git a/core/themes/stable9/templates/content/media-reference-help.html.twig b/core/themes/stable9/templates/content/media-reference-help.html.twig
index 753ce56ca7de..910dc4e94bea 100644
--- a/core/themes/stable9/templates/content/media-reference-help.html.twig
+++ b/core/themes/stable9/templates/content/media-reference-help.html.twig
@@ -22,7 +22,7 @@
       required ? 'form-required',
     ]
   %}
-  {#  Always wrap fieldset legends in a <span> for CSS positioning. #}
+  {# Always wrap fieldset legends in a <span> for CSS positioning. #}
   <legend{{ legend_attributes }}>
     <span{{ legend_span_attributes.addClass(legend_span_classes) }}>{{ original_label }}</span>
   </legend>
diff --git a/core/themes/stable9/templates/form/fieldset.html.twig b/core/themes/stable9/templates/form/fieldset.html.twig
index efd05e3425bc..7c4c9659fe20 100644
--- a/core/themes/stable9/templates/form/fieldset.html.twig
+++ b/core/themes/stable9/templates/form/fieldset.html.twig
@@ -42,7 +42,7 @@
       required ? 'form-required',
     ]
   %}
-  {#  Always wrap fieldset legends in a <span> for CSS positioning. #}
+  {# Always wrap fieldset legends in a <span> for CSS positioning. #}
   <legend{{ legend.attributes }}>
     <span{{ legend_span.attributes.addClass(legend_span_classes) }}>{{ legend.title }}</span>
   </legend>
diff --git a/core/themes/stable9/templates/layout/book-export-html.html.twig b/core/themes/stable9/templates/layout/book-export-html.html.twig
index 951ec4e9b7a4..0bcf68069968 100644
--- a/core/themes/stable9/templates/layout/book-export-html.html.twig
+++ b/core/themes/stable9/templates/layout/book-export-html.html.twig
@@ -34,11 +34,11 @@
       to be exported as printer-friendly HTML.
     #}
 
-  {% if depth > 1 %}{% for i in 1..depth-1 %}
+  {% if depth > 1 %}{% for i in 1..depth - 1 %}
     <div>
   {% endfor %}{% endif %}
   {{ contents }}
-  {% if depth > 1 %}{% for i in 1..depth-1 %}
+  {% if depth > 1 %}{% for i in 1..depth - 1 %}
     </div>
   {% endfor %}{% endif %}
   </body>
diff --git a/core/themes/stable9/templates/media-library/media--media-library.html.twig b/core/themes/stable9/templates/media-library/media--media-library.html.twig
index 4c5a5a709709..48d23a7c5579 100644
--- a/core/themes/stable9/templates/media-library/media--media-library.html.twig
+++ b/core/themes/stable9/templates/media-library/media--media-library.html.twig
@@ -38,7 +38,7 @@
       {{ content|without('name') }}
     </div>
     {% if not status %}
-      {{ "unpublished" | t }}
+      {{ "unpublished"|t }}
     {% endif %}
     <div{{ metadata_attributes }}>
       {{ name }}
diff --git a/core/themes/stable9/templates/views/views-view-summary-unformatted.html.twig b/core/themes/stable9/templates/views/views-view-summary-unformatted.html.twig
index d9ff9958b23c..3fab81e5c1b5 100644
--- a/core/themes/stable9/templates/views/views-view-summary-unformatted.html.twig
+++ b/core/themes/stable9/templates/views/views-view-summary-unformatted.html.twig
@@ -18,7 +18,7 @@
  * @see template_preprocess_views_view_summary_unformatted()
  */
 #}
-{% for row in rows  %}
+{% for row in rows %}
   {{ options.inline ? '<span' : '<div' }} >
   {% if row.separator -%}
     {{ row.separator }}
diff --git a/core/themes/starterkit_theme/templates/form/fieldset.html.twig b/core/themes/starterkit_theme/templates/form/fieldset.html.twig
index db63082e8a89..75033edcf1ae 100644
--- a/core/themes/starterkit_theme/templates/form/fieldset.html.twig
+++ b/core/themes/starterkit_theme/templates/form/fieldset.html.twig
@@ -36,7 +36,7 @@
       required ? 'form-required',
     ]
   %}
-  {#  Always wrap fieldset legends in a <span> for CSS positioning. #}
+  {# Always wrap fieldset legends in a <span> for CSS positioning. #}
   <legend{{ legend.attributes }}>
     <span{{ legend_span.attributes.addClass(legend_span_classes) }}>{{ legend.title }}</span>
   </legend>
diff --git a/core/themes/starterkit_theme/templates/views/views-view-summary-unformatted.html.twig b/core/themes/starterkit_theme/templates/views/views-view-summary-unformatted.html.twig
index 151734e948ee..975460de2d7b 100644
--- a/core/themes/starterkit_theme/templates/views/views-view-summary-unformatted.html.twig
+++ b/core/themes/starterkit_theme/templates/views/views-view-summary-unformatted.html.twig
@@ -18,7 +18,7 @@
  * @see template_preprocess_views_view_summary_unformatted()
  */
 #}
-{% for row in rows  %}
+{% for row in rows %}
   {{ options.inline ? '<span' : '<div' }} class="views-summary views-summary-unformatted">
   {% if row.separator -%}
     {{ row.separator }}
-- 
GitLab