Skip to content

Commit 863fd25

Browse files
committed
Fix lint.
1 parent 69040b5 commit 863fd25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/anvil/anvil-global-setup.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,11 @@ export async function startFork(
240240
}
241241
const rpcUrl = `http://127.0.0.1:${port}`;
242242

243-
console.log('Starting new fork', { port, forkBlockNumber: blockNumber ?? anvilOptions.forkBlockNumber, runningForks: Object.keys(runningForks).length });
243+
console.log('Starting new fork', {
244+
port,
245+
forkBlockNumber: blockNumber ?? anvilOptions.forkBlockNumber,
246+
runningForks: Object.keys(runningForks).length,
247+
});
244248

245249
// https://www.npmjs.com/package/@viem/anvil
246250
// Pass startTimeout directly to createAnvil - it defaults to 10_000ms

0 commit comments

Comments
 (0)