Skip to content

Commit 28c5a88

Browse files
author
Vitaliy Boyko
committed
graphQl-784: code style fix
1 parent e4c0752 commit 28c5a88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/QuoteGraphQl/Model/Cart/QuoteAddressFactory.php

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public function createBasedOnInputData(array $addressInput): QuoteAddress
7474
);
7575
}
7676

77-
7877
$quoteAddress = $this->quoteAddressFactory->create();
7978
$quoteAddress->addData($addressInput);
8079
return $quoteAddress;

0 commit comments

Comments
 (0)