From 838fc623fbd04d2fb7fcfdddf8f910d44ff1509a Mon Sep 17 00:00:00 2001 From: Herb Date: Mon, 19 Oct 2015 16:17:14 -0400 Subject: [PATCH] style fix: removed space --- CRM/Utils/Cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Cache.php b/CRM/Utils/Cache.php index f75dd819d9..47f2a2815c 100644 --- a/CRM/Utils/Cache.php +++ b/CRM/Utils/Cache.php @@ -100,7 +100,7 @@ class CRM_Utils_Cache { case 'NoCache': $defaults = array(); break; - + case 'Redis': case 'Memcache': case 'Memcached': -- 2.25.1