Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / forum / tests / src / Functional / ForumNodeAccessTest.php
index fb9da660b36e1d23dfa87f802f81af28c3b87858..9849084c6cd642a39237caa8256ee0c89faacff0 100644 (file)
@@ -61,7 +61,6 @@ class ForumNodeAccessTest extends BrowserTestBase {
     $public_node = $this->drupalGetNodeByTitle($public_node_title);
     $this->assertTrue(!empty($public_node), 'New public forum node found in database.');
 
-
     // Enable the new and active forum blocks.
     $this->drupalPlaceBlock('forum_active_block');
     $this->drupalPlaceBlock('forum_new_block');