Skip to content

Commit b0296e8

Browse files
Fix code style
1 parent dea0b47 commit b0296e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Deploy/Service/DeployStaticContent.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
*/
66
namespace Magento\Deploy\Service;
77

8-
use Magento\Deploy\Strategy\DeployStrategyFactory;
9-
use Magento\Deploy\Process\QueueFactory;
108
use Magento\Deploy\Console\DeployStaticOptions as Options;
9+
use Magento\Deploy\Process\QueueFactory;
10+
use Magento\Deploy\Strategy\DeployStrategyFactory;
1111
use Magento\Framework\App\View\Deployment\Version\StorageInterface;
1212
use Magento\Framework\Exception\LocalizedException;
1313
use Magento\Framework\ObjectManagerInterface;
@@ -128,7 +128,7 @@ public function deploy(array $options)
128128
}
129129
}
130130

131-
if ($options[Options::NO_JAVASCRIPT] !== true && $options[Options::NO_JS_BUNLDE] !== true ) {
131+
if ($options[Options::NO_JAVASCRIPT] !== true && $options[Options::NO_JS_BUNLDE] !== true) {
132132
$deployBundle = $this->objectManager->create(Bundle::class, [
133133
'logger' => $this->logger
134134
]);

0 commit comments

Comments
 (0)