From 4115b8cc663505b6722775cc846d392c54d51774 Mon Sep 17 00:00:00 2001 From: warcooft Date: Tue, 30 Jul 2024 11:02:17 +0700 Subject: [PATCH] add whitespace --- system/Commands/Utilities/Optimize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Commands/Utilities/Optimize.php b/system/Commands/Utilities/Optimize.php index 6004ef37156c..958acf5a6072 100644 --- a/system/Commands/Utilities/Optimize.php +++ b/system/Commands/Utilities/Optimize.php @@ -83,7 +83,7 @@ public function run(array $params) try { $this->runCaching($enableConfigCache, $enableLocatorCache, $disable); $this->clearCache(); - if($disable === true) { + if ($disable === true) { $this->reinstallDevPackages(); } else { $this->removeDevPackages();