Skip to content

Commit 09cd623

Browse files
authored
Fixed code style
1 parent 1951578 commit 09cd623

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePrice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function modifyMeta(array $meta)
6464
$this->arrayManager->findPath(
6565
ProductAttributeInterface::CODE_PRICE,
6666
$meta,
67-
self::DEFAULT_GENERAL_PANEL.'/children',
67+
self::DEFAULT_GENERAL_PANEL . '/children',
6868
'children'
6969
) . static::META_CONFIG_PATH,
7070
$meta,

0 commit comments

Comments
 (0)