Skip to content

Commit ef5210c

Browse files
author
Ivan Gavryshko
committed
MAGETWO-35133: Search for Commands
- fixed aligment according to CR.
1 parent 346ef77 commit ef5210c

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function getApplicationCommands()
6363
$commandList = $objectManager->create(
6464
'Magento\Framework\Console\CommandList',
6565
['objectManager'=>$objectManager]
66-
);
66+
);
6767

6868
$modulesCommands = $commandList->getCommands();
6969

0 commit comments

Comments
 (0)