From 232f970d7e9a5f3d9b88d74ea0ecc02165daf402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Tue, 11 Dec 2018 13:14:24 +0100 Subject: [PATCH] Fix trailing whitespace --- src/class-wp-redis-cli-commands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class-wp-redis-cli-commands.php b/src/class-wp-redis-cli-commands.php index 934866d..367a915 100644 --- a/src/class-wp-redis-cli-commands.php +++ b/src/class-wp-redis-cli-commands.php @@ -38,7 +38,7 @@ public function status() * wp redis flush */ public function flush() - { + { if (defined('WP_REDIS_DISABLED') && WP_REDIS_DISABLED) { WP_CLI::error('Redis disabled!'); return;