From d82e589cb87adddcdd818aee0c1b4dd7c5889707 Mon Sep 17 00:00:00 2001
From: sandipt27 <sandipt27@2804167.no-reply.drupal.org>
Date: Sat, 28 Jan 2017 15:07:41 +0530
Subject: [PATCH] Issue #2779379 by sandip27: Fixed a very minor coding
 standard.

---
 modules/color/color.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/color/color.test b/modules/color/color.test
index 09043250b0..f29c0c2679 100644
--- a/modules/color/color.test
+++ b/modules/color/color.test
@@ -122,7 +122,7 @@ class ColorTestCase extends DrupalWebTestCase {
       $edit['palette[bg]'] = $color;
       $this->drupalPost($settings_path, $edit, t('Save configuration'));
 
-      if($is_valid) {
+      if ($is_valid) {
         $this->assertText('The configuration options have been saved.');
       }
       else {
-- 
2.11.0.windows.1

