Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Facundo Capua committed Dec 24, 2014
1 parent b18677f commit 0feee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/App/Cache/ManagerApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function launch()
$this->cacheManager->clean($types);
$output[] = 'Cleaned cache types:';
$output[] = join("\n", $types);
} elseif (isset($this->requestArgs[self::KEY_STATUS])){
} elseif (isset($this->requestArgs[self::KEY_STATUS])) {
$output[] = 'Current status:';
foreach ($this->cacheManager->getStatus() as $cache => $status) {
$output[] = sprintf('%30s: %d', $cache, $status);
Expand Down

0 comments on commit 0feee34

Please sign in to comment.