Skip to content

Commit 97b6282

Browse files
author
Sorin Zamfir
committed
BAEL-3777: Fixed formatting
1 parent cd7caa2 commit 97b6282

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ddd/src/main/java/com/baeldung/dddhexagonalspring/application/cli/CliOrderController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public void addProduct(UUID orderId, Product product) {
2828

2929
public void deleteProduct(UUID orderId, UUID productId) {
3030
orderService.deleteProduct(orderId, productId);
31-
3231
}
3332

3433
public void completeOrder(UUID orderId) {

0 commit comments

Comments
 (0)