Skip to content

Commit 92010b7

Browse files
author
Evgeniy Kolesov
committed
MAGETWO-37444: [UI] Handling Invalid Less During PHP Compilation
- Fixing code style
1 parent 1d3b56a commit 92010b7

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Css/PreProcessor/Adapter

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Css/PreProcessor/Adapter/Oyejorge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Oyejorge implements \Magento\Framework\Css\PreProcessor\AdapterInterface
2929
public function __construct(
3030
\Psr\Log\LoggerInterface $logger,
3131
State $appState
32-
){
32+
) {
3333
$this->logger = $logger;
3434
$this->appState = $appState;
3535
}

0 commit comments

Comments
 (0)