Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Dec 11, 2018
1 parent b4e5eff commit 232f970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-wp-redis-cli-commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 232f970

Please sign in to comment.