Skip to content

Commit e8212c8

Browse files
committed
style(docs): format scripts
1 parent a21cfbd commit e8212c8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

examples/developer-hub-javascript/fassetsDirectMinting.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ async function main() {
7878
await Promise.all([
7979
getDirectMintingPaymentAddress(assetManagerAddress),
8080
getFxrpBalance(personalAccountAddress),
81-
computeDirectMintingPaymentAmountXrp({ netMintAmountXrp: fxrpMintAmount }),
81+
computeDirectMintingPaymentAmountXrp({
82+
netMintAmountXrp: fxrpMintAmount,
83+
}),
8284
]);
8385
console.log("Core Vault XRPL address:", coreVaultXrplAddress, "\n");
8486
console.log("AssetManagerFXRP address:", assetManagerAddress, "\n");

examples/developer-hub-javascript/fassetsDirectMintingTag.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ async function main() {
133133
await Promise.all([
134134
getDirectMintingPaymentAddress(assetManagerAddress),
135135
getFxrpBalance(personalAccountAddress),
136-
computeDirectMintingPaymentAmountXrp({ netMintAmountXrp: fxrpMintAmount }),
136+
computeDirectMintingPaymentAmountXrp({
137+
netMintAmountXrp: fxrpMintAmount,
138+
}),
137139
]);
138140
console.log("Core Vault XRPL address:", coreVaultXrplAddress, "\n");
139141
console.log("AssetManagerFXRP address:", assetManagerAddress, "\n");

0 commit comments

Comments
 (0)