Skip to content

Commit 9121318

Browse files
author
Tommy Quissens
committed
fixed code styles
1 parent 71d1dfe commit 9121318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/Model/Checkout/ConfigProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public function __construct(
5151
$this->urlBuilder=$urlBuilder;
5252
$this->storeManager = $storeManager;
5353
$this->scopeConfig = $scopeConfig;
54-
$this->customerUrl = $customerUrl ?? \Magento\Framework\App\ObjectManager::getInstance()->get(\Magento\Customer\Model\Url::class);
54+
$this->customerUrl = $customerUrl ?? \Magento\Framework\App\ObjectManager::getInstance()
55+
->get(\Magento\Customer\Model\Url::class);
5556
}
5657

5758
/**

0 commit comments

Comments
 (0)