Skip to content

Commit

Permalink
add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft committed Jul 30, 2024
1 parent 32a2013 commit 4115b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Commands/Utilities/Optimize.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4115b8c

Please sign in to comment.