add space at eof

This commit is contained in:
Phu Pham
2023-01-30 15:02:22 -05:00
parent 00eb153f3e
commit 31f9eecffc
12 changed files with 12 additions and 12 deletions

View File

@@ -51,4 +51,4 @@ async function setRegularKey(): Promise<void> {
await client.disconnect()
}
void setRegularKey()
void setRegularKey()

View File

@@ -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))
print(get_balance(wallet2.classic_address, client))