Skip to content

Commit 4830873

Browse files
committed
chore: remove unnecessary blank lines from PaymentProvider
1 parent 4e29210 commit 4830873

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/acme/payment/provider/PaymentProvider.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,4 @@ void receivePayment(@ObservesAsync PaymentRequestedEvent event) {
4949
}
5050
LOGGER.info("Payment processed: " + event.payment().getId() + " - Confirmation #" + counter.incrementAndGet());
5151
}
52-
53-
5452
}

0 commit comments

Comments
 (0)