Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / src / Tests / Routing / RouterTest.php
index 38d7ecbe04c4d7da7438fecc6846ad1b8fc05ed5..83a9c55b39775589e2eeb1640f1b7eb36644df06 100644 (file)
@@ -53,7 +53,6 @@ class RouterTest extends WebTestBase {
     // a page inception style.  This test verifies that is not happening.
     $this->assertNoPattern('#</body>.*</body>#s', 'There was no double-page effect from a misrendered subrequest.');
 
-
     // Confirm that route-level access check's cacheability is applied to the
     // X-Drupal-Cache-Contexts and X-Drupal-Cache-Tags headers.
     // 1. controller result: render array, globally cacheable route access.