Skip to content

Commit

Permalink
graphQl-784: code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Boyko committed Jul 24, 2019
1 parent e4c0752 commit 28c5a88
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public function createBasedOnInputData(array $addressInput): QuoteAddress
);
}


$quoteAddress = $this->quoteAddressFactory->create();
$quoteAddress->addData($addressInput);
return $quoteAddress;
Expand Down

0 comments on commit 28c5a88

Please sign in to comment.