Skip to content

Commit 64bfe1a

Browse files
committed
Fixing the codestyle
1 parent 077aef6 commit 64bfe1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/EditCustomerOptionsAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(
4242
$this->orderItemRepository = $orderItemRepository;
4343
$this->orderItemOptionUpdater = $orderItemOptionUpdater;
4444
$this->eventDispatcher = $eventDispatcher;
45-
$this->recalculatePrice = $recalculatePrice;
45+
$this->recalculatePrice = $recalculatePrice;
4646
}
4747

4848
/**

0 commit comments

Comments
 (0)