diff --git a/src/Tests/ReadOnlyConfigTest.php b/src/Tests/ReadOnlyConfigTest.php
index 7a23958..df5ef55 100644
--- a/src/Tests/ReadOnlyConfigTest.php
+++ b/src/Tests/ReadOnlyConfigTest.php
@@ -46,6 +46,7 @@ class ReadOnlyConfigTest extends WebTestBase {
     $this->assertNoText('This form will not be saved because the configuration active store is read-only.', 'Warning not shown on modules install page.');
     $this->drupalGet('admin/modules/uninstall');
     $this->assertNoText('This form will not be saved because the configuration active store is read-only.', 'Warning not shown on modules uninstall page.');
+
     $edit = [
       'modules[Core][action][enable]' => 'action',
     ];
