Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / Form / RedirectTest.php
index a4c9e15b3ce3668b498c53cbd45e03ca2a429bfc..62253a681bb5f78e9ca1f5f04dde21381845ace3 100644 (file)
@@ -34,7 +34,6 @@ class RedirectTest extends BrowserTestBase {
     $this->drupalPostForm($path, $edit, t('Submit'));
     $this->assertUrl($edit['destination'], [], 'Basic redirection works.');
 
-
     // Test without redirection.
     $edit = [
       'redirection' => FALSE,