Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Dec 22, 2022
1 parent 90b54b5 commit 37cfe2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/minter-addresses-alfajores.ts
Expand Up @@ -106,7 +106,7 @@ async function main() {

const accountKeys = Object.keys(accounts);
for (let i = 0; i < accountKeys.length; i++) {
console.log(accountKeys[i])
console.log(accountKeys[i]);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/minter-addresses-goerli.ts
Expand Up @@ -190,7 +190,7 @@ async function main() {

const accountKeys = Object.keys(accounts);
for (let i = 0; i < accountKeys.length; i++) {
console.log(accountKeys[i])
console.log(accountKeys[i]);
}
}

Expand Down

0 comments on commit 37cfe2a

Please sign in to comment.