diff -u b/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.active_theme.html.twig b/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.active_theme.html.twig --- b/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.active_theme.html.twig +++ b/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.active_theme.html.twig @@ -1 +1 @@ -
active theme: {{ active_theme() }}
\ No newline at end of file +
active theme: {{ active_theme() }}
diff -u b/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml b/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml --- b/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml +++ b/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml @@ -64 +64,2 @@ - _access: 'TRUE' \ No newline at end of file + _access: 'TRUE' + \ No newline at end of file