We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabcbe0 commit d5e6102Copy full SHA for d5e6102
tests/block_builder_test.rs
@@ -36,9 +36,7 @@ mod tests {
36
let constants = SignetSystemConstants::pecorino();
37
38
// Create an anvil instance for testing
39
- let anvil_instance = Anvil::new().chain_id(
40
- signet_constants::pecorino::RU_CHAIN_ID,
41
- ).spawn();
+ let anvil_instance = Anvil::new().chain_id(signet_constants::pecorino::RU_CHAIN_ID).spawn();
42
43
// Create a wallet
44
let keys = anvil_instance.keys();
0 commit comments