Fix indentation

This commit is contained in:
ok300
2023-11-13 12:13:05 +01:00
parent d1eb7a099a
commit c362dc197b

View File

@@ -5,8 +5,8 @@ def receive_payment(sdk_services):
try:
# ANCHOR: receive-payment
req = breez_sdk.ReceivePaymentRequest(
amount_msat=3000000,
description="Invoice for 3 000 000 sats")
amount_msat=3000000,
description="Invoice for 3 000 000 sats")
result = sdk_services.receive_payment(req)
# ANCHOR_END: receive-payment
return result