Skip to content

Commit b4a1fb6

Browse files
committed
fix lint
1 parent 6b7187b commit b4a1fb6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/helpers.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ async function resetFork() {
7979
method: 'hardhat_reset',
8080
params: [
8181
{
82-
forking: hre.config.networks.hardhat.forking ? {
83-
jsonRpcUrl: hre.config.networks.hardhat.forking.url
84-
} : undefined
82+
forking: hre.config.networks.hardhat.forking
83+
? {
84+
jsonRpcUrl: hre.config.networks.hardhat.forking.url
85+
}
86+
: undefined
8587
}
8688
]
8789
});

0 commit comments

Comments
 (0)