Skip to content

Commit

Permalink
Add comma to fix codacy code style comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoroleksiienko committed Dec 12, 2023
1 parent 73c75fd commit 44160c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: HardhatUserConfig = {
accounts: {
mnemonic: "test test test test test test test test test test test junk",
},
initialDate: "01 Dec 2023 00:00:00 GMT" //It's needed for BalanceTracker test
initialDate: "01 Dec 2023 00:00:00 GMT", //It's needed for BalanceTracker test
},
ganache: {
url: "http://127.0.0.1:7545",
Expand Down

0 comments on commit 44160c1

Please sign in to comment.