From 4a415c1f33105b8d787b1dd4166a6c3db38a7b1f Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Mon, 7 Sep 2015 16:55:38 +0300 Subject: [PATCH] Minor: adjust whitespace --- plugin-update-checker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-update-checker.php b/plugin-update-checker.php index fe8532e..218cee4 100644 --- a/plugin-update-checker.php +++ b/plugin-update-checker.php @@ -879,7 +879,7 @@ class PluginUpdateChecker_2_2 { */ public function initDebugBarPanel() { $debugBarPlugin = dirname(__FILE__) . '/debug-bar-plugin.php'; - if ( class_exists('Debug_Bar', false) && file_exists( $debugBarPlugin ) ) { + if ( class_exists('Debug_Bar', false) && file_exists($debugBarPlugin) ) { require_once $debugBarPlugin; $this->debugBarPlugin = new PucDebugBarPlugin($this); }