Skip to content

Commit 9ace9bd

Browse files
remove mistakely added extra space in my pr
1 parent d5f5201 commit 9ace9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProducts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,6 @@ protected function getVariations()
461461
*/
462462
protected function getAttributes()
463463
{
464-
return (array) $this->configurableType->getConfigurableAttributesAsArray($this->locator->getProduct());
464+
return (array)$this->configurableType->getConfigurableAttributesAsArray($this->locator->getProduct());
465465
}
466466
}

0 commit comments

Comments
 (0)