Skip to content

Commit 452d3fc

Browse files
committed
Fixed Indentation
1 parent 1e6f9e4 commit 452d3fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/code/Magento/Paypal/Block/PayLater/LayoutProcessor.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
namespace Magento\Paypal\Block\PayLater;
1010

1111
use Magento\Checkout\Block\Checkout\LayoutProcessorInterface;
12+
use Magento\Framework\App\ObjectManager;
1213
use Magento\Paypal\Model\PayLaterConfig;
1314
use Magento\Paypal\Model\SdkUrl;
1415
use Magento\Paypal\Model\Config as PaypalConfig;
@@ -48,9 +49,9 @@ public function __construct(
4849
SdkUrl $sdkUrl,
4950
PaypalConfig $paypalConfig
5051
) {
51-
$this->payLaterConfig = $payLaterConfig;
52-
$this->sdkUrl = $sdkUrl;
53-
$this->paypalConfig = $paypalConfig;
52+
$this->payLaterConfig = $payLaterConfig;
53+
$this->sdkUrl = $sdkUrl;
54+
$this->paypalConfig = $paypalConfig;
5455
}
5556

5657
/**

0 commit comments

Comments
 (0)