From 57a6ca07c51cadcc68c6cb925abd50e432a83375 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Wed, 19 Aug 2015 08:39:36 +0100
Subject: [PATCH] Issue #2552471 by MattA: Extra space in test comment

---
 core/modules/block/src/Tests/BlockAdminThemeTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/block/src/Tests/BlockAdminThemeTest.php b/core/modules/block/src/Tests/BlockAdminThemeTest.php
index 52a51da97d9a..e2f44a3392d1 100644
--- a/core/modules/block/src/Tests/BlockAdminThemeTest.php
+++ b/core/modules/block/src/Tests/BlockAdminThemeTest.php
@@ -24,7 +24,7 @@ class BlockAdminThemeTest extends WebTestBase {
   public static $modules = array('block');
 
   /**
-   * Check for the accessibility of the admin theme on the  block admin page.
+   * Check for the accessibility of the admin theme on the block admin page.
    */
   function testAdminTheme() {
     // Create administrative user.
-- 
GitLab