Skip to content

Commit 01cde22

Browse files
authored
Improve code style
1 parent 1ec6c7f commit 01cde22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Page/Config/Renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ protected function renderAssetHtml(\Magento\Framework\View\Asset\PropertyGroup $
414414
$attributes = $this->getGroupAttributes($group);
415415

416416
$result = '';
417-
$template= '';
417+
$template = '';
418418
try {
419419
/** @var $asset \Magento\Framework\View\Asset\AssetInterface */
420420
foreach ($assets as $asset) {

0 commit comments

Comments
 (0)