diff --git a/core/modules/views/views_ui/templates/views-ui-view-preview-section.html.twig b/core/modules/views/views_ui/templates/views-ui-view-preview-section.html.twig
deleted file mode 100644
index d30cb5c..0000000
--- a/core/modules/views/views_ui/templates/views-ui-view-preview-section.html.twig
+++ /dev/null
@@ -1,21 +0,0 @@
-{#
-/**
- * @file
- * Default theme implementation for a Views UI preview section.
- *
- * Available variables:
- * - title: The human readable section title.
- * - links: A list of contextual links.
- * - content: The content for this section preview.
- *
- * @see template_preprocess()
- * @see template_preprocess_views_ui_view_preview_section()
- *
- * @ingroup themeable
- */
-#}
-
{{ title }}
-{% if links %}
- {{ links }}
-{% endif %}
-{{ content }}
diff --git a/core/modules/views_ui/templates/views-ui-view-preview-section.html.twig b/core/modules/views_ui/templates/views-ui-view-preview-section.html.twig
new file mode 100644
index 0000000..d30cb5c
--- /dev/null
+++ b/core/modules/views_ui/templates/views-ui-view-preview-section.html.twig
@@ -0,0 +1,21 @@
+{#
+/**
+ * @file
+ * Default theme implementation for a Views UI preview section.
+ *
+ * Available variables:
+ * - title: The human readable section title.
+ * - links: A list of contextual links.
+ * - content: The content for this section preview.
+ *
+ * @see template_preprocess()
+ * @see template_preprocess_views_ui_view_preview_section()
+ *
+ * @ingroup themeable
+ */
+#}
+{{ title }}
+{% if links %}
+ {{ links }}
+{% endif %}
+{{ content }}