Skip to content

Commit f98bcac

Browse files
committed
Formatting
1 parent 46779ff commit f98bcac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controller/Index/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ private function getComponentUpdates(array $updates, LayoutInterface $layout): a
105105
{
106106
$componentUpdates = [];
107107
foreach ($updates as $updateIndex => $update) {
108-
$block =$this->getBlock($layout, $update['blockName']);
108+
$block = $this->getBlock($layout, $update['blockName']);
109109
$componentUpdate = $this->componentUpdateFactory->create([
110110
'block' => $block,
111111
'component' => $this->componentRegistry->getComponentFromBlock($block),

0 commit comments

Comments
 (0)