From 31f9eecffc5bf6b77c8955462994753e0f9dc6cc Mon Sep 17 00:00:00 2001 From: Phu Pham Date: Mon, 30 Jan 2023 15:02:22 -0500 Subject: [PATCH] add space at eof --- content/_code-samples/claim-payment-channel/claimPayChannel.ts | 2 +- content/_code-samples/get-tx/js/getTransaction.ts | 2 +- content/_code-samples/get-tx/py/get_transaction.py | 2 +- content/_code-samples/multisigning/js/multisigning.ts | 2 +- content/_code-samples/multisigning/py/multisigning.py | 2 +- content/_code-samples/partial-payment/js/partialPayment.ts | 2 +- content/_code-samples/partial-payment/py/partial-payment.py | 2 +- content/_code-samples/paths/js/paths.ts | 2 +- content/_code-samples/paths/py/paths.py | 2 +- .../py/reliable_transaction-submission.py | 2 +- content/_code-samples/set-regular-key/js/setRegularKey.ts | 2 +- content/_code-samples/set-regular-key/py/setRegularKey.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/content/_code-samples/claim-payment-channel/claimPayChannel.ts b/content/_code-samples/claim-payment-channel/claimPayChannel.ts index e19bf4cd8b..4b3a3026af 100644 --- a/content/_code-samples/claim-payment-channel/claimPayChannel.ts +++ b/content/_code-samples/claim-payment-channel/claimPayChannel.ts @@ -71,4 +71,4 @@ async function claimPayChannel(): Promise { console.log(await client.getXrpBalance(wallet2.classicAddress)) await client.disconnect() -} \ No newline at end of file +} diff --git a/content/_code-samples/get-tx/js/getTransaction.ts b/content/_code-samples/get-tx/js/getTransaction.ts index d15e86bdb7..7cf0cc4804 100644 --- a/content/_code-samples/get-tx/js/getTransaction.ts +++ b/content/_code-samples/get-tx/js/getTransaction.ts @@ -37,4 +37,4 @@ async function getTransaction(): Promise { await client.disconnect() } -void getTransaction() \ No newline at end of file +void getTransaction() diff --git a/content/_code-samples/get-tx/py/get_transaction.py b/content/_code-samples/get-tx/py/get_transaction.py index 1cb8a768c9..59f9d6c4f5 100644 --- a/content/_code-samples/get-tx/py/get_transaction.py +++ b/content/_code-samples/get-tx/py/get_transaction.py @@ -26,4 +26,4 @@ if transactions: tx_response = client.request(tx_request) print(tx_response) else: - print("No transactions were found on the ledger!") \ No newline at end of file + print("No transactions were found on the ledger!") diff --git a/content/_code-samples/multisigning/js/multisigning.ts b/content/_code-samples/multisigning/js/multisigning.ts index d15e86bdb7..7cf0cc4804 100644 --- a/content/_code-samples/multisigning/js/multisigning.ts +++ b/content/_code-samples/multisigning/js/multisigning.ts @@ -37,4 +37,4 @@ async function getTransaction(): Promise { await client.disconnect() } -void getTransaction() \ No newline at end of file +void getTransaction() diff --git a/content/_code-samples/multisigning/py/multisigning.py b/content/_code-samples/multisigning/py/multisigning.py index 4d06aaa622..21d4938327 100644 --- a/content/_code-samples/multisigning/py/multisigning.py +++ b/content/_code-samples/multisigning/py/multisigning.py @@ -72,4 +72,4 @@ else: "The multisigned transaction was rejected by rippled." "Here's the response from rippled:" ) - print(multisigned_tx_response) \ No newline at end of file + print(multisigned_tx_response) diff --git a/content/_code-samples/partial-payment/js/partialPayment.ts b/content/_code-samples/partial-payment/js/partialPayment.ts index faa559387c..fd50d98c86 100644 --- a/content/_code-samples/partial-payment/js/partialPayment.ts +++ b/content/_code-samples/partial-payment/js/partialPayment.ts @@ -88,4 +88,4 @@ async function partialPayment(): Promise { await client.disconnect() } -void partialPayment() \ No newline at end of file +void partialPayment() diff --git a/content/_code-samples/partial-payment/py/partial-payment.py b/content/_code-samples/partial-payment/py/partial-payment.py index 74b385848a..7771a1e1b2 100644 --- a/content/_code-samples/partial-payment/py/partial-payment.py +++ b/content/_code-samples/partial-payment/py/partial-payment.py @@ -93,4 +93,4 @@ print(partial_payment_response) # Tried sending 4000 of 3840 FOO -> wallet1 and wallet2 should have 0 FOO print("Balances after Partial Payment, when wallet2 tried to send 4000 FOOs") print((client.request(AccountLines(account=wallet1.classic_address))).result["lines"]) -print((client.request(AccountLines(account=wallet2.classic_address))).result["lines"]) \ No newline at end of file +print((client.request(AccountLines(account=wallet2.classic_address))).result["lines"]) diff --git a/content/_code-samples/paths/js/paths.ts b/content/_code-samples/paths/js/paths.ts index df4afd4ad5..a6cad669f1 100644 --- a/content/_code-samples/paths/js/paths.ts +++ b/content/_code-samples/paths/js/paths.ts @@ -46,4 +46,4 @@ async function createTxWithPaths(): Promise { await client.disconnect() } -void createTxWithPaths() \ No newline at end of file +void createTxWithPaths() diff --git a/content/_code-samples/paths/py/paths.py b/content/_code-samples/paths/py/paths.py index f1f97a6a39..4871222736 100644 --- a/content/_code-samples/paths/py/paths.py +++ b/content/_code-samples/paths/py/paths.py @@ -47,4 +47,4 @@ payment_tx = Payment( paths=paths, ) -print("signed: ", autofill_and_sign(payment_tx, wallet, client)) \ No newline at end of file +print("signed: ", autofill_and_sign(payment_tx, wallet, client)) diff --git a/content/_code-samples/reliable-tx-submission/py/reliable_transaction-submission.py b/content/_code-samples/reliable-tx-submission/py/reliable_transaction-submission.py index 7fd88cac1b..c1743c8655 100644 --- a/content/_code-samples/reliable-tx-submission/py/reliable_transaction-submission.py +++ b/content/_code-samples/reliable-tx-submission/py/reliable_transaction-submission.py @@ -46,4 +46,4 @@ print("Validated:", tx_response.result["validated"]) # Check balances after 1000 was sent from wallet1 to wallet2 print("Balances of wallets after Payment tx:") print(get_balance(wallet1.classic_address, client)) -print(get_balance(wallet2.classic_address, client)) \ No newline at end of file +print(get_balance(wallet2.classic_address, client)) diff --git a/content/_code-samples/set-regular-key/js/setRegularKey.ts b/content/_code-samples/set-regular-key/js/setRegularKey.ts index 1e71304f76..2e916defe0 100644 --- a/content/_code-samples/set-regular-key/js/setRegularKey.ts +++ b/content/_code-samples/set-regular-key/js/setRegularKey.ts @@ -51,4 +51,4 @@ async function setRegularKey(): Promise { await client.disconnect() } -void setRegularKey() \ No newline at end of file +void setRegularKey() diff --git a/content/_code-samples/set-regular-key/py/setRegularKey.py b/content/_code-samples/set-regular-key/py/setRegularKey.py index 82c90e9e65..85b6119312 100644 --- a/content/_code-samples/set-regular-key/py/setRegularKey.py +++ b/content/_code-samples/set-regular-key/py/setRegularKey.py @@ -51,4 +51,4 @@ print(payment_response) # Balance after sending 1000 from wallet1 to wallet2 print("Balances after payment:") print(get_balance(wallet1.classic_address, client)) -print(get_balance(wallet2.classic_address, client)) \ No newline at end of file +print(get_balance(wallet2.classic_address, client))