Commit 972af587 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix lint

parent 9c8afd4b
......@@ -138,12 +138,7 @@ contract L2StandardBridge_Test is Bridge_Initializer {
});
vm.expectEmit(true, true, true, true, address(L2Bridge));
emit ETHBridgeInitiated({
from: alice,
to: alice,
amount: 100,
data: hex""
});
emit ETHBridgeInitiated({ from: alice, to: alice, amount: 100, data: hex"" });
vm.prank(alice, alice);
L2Bridge.withdraw{ value: 100 }({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment