Add newlines per PR Comments

This commit is contained in:
David Fuelling
2023-05-11 13:02:05 -06:00
parent e7ce236717
commit a22c6e9541
4 changed files with 5 additions and 6 deletions

View File

@@ -73,4 +73,4 @@ Payment payment = Payment.builder()
.build();
SingleSignedTransaction<Payment> signedPayment = derivedKeySignatureService.sign(privateKeyReference, payment);
System.out.println("Signed Payment: " + signedPayment.signedTransaction());
System.out.println("Signed Payment: " + signedPayment.signedTransaction());