Skip to content

Commit 0feee34

Browse files
author
Facundo Capua
committed
Fix code format
1 parent b18677f commit 0feee34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Cache/ManagerApp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function launch()
9595
$this->cacheManager->clean($types);
9696
$output[] = 'Cleaned cache types:';
9797
$output[] = join("\n", $types);
98-
} elseif (isset($this->requestArgs[self::KEY_STATUS])){
98+
} elseif (isset($this->requestArgs[self::KEY_STATUS])) {
9999
$output[] = 'Current status:';
100100
foreach ($this->cacheManager->getStatus() as $cache => $status) {
101101
$output[] = sprintf('%30s: %d', $cache, $status);

0 commit comments

Comments
 (0)