Commit bc2961b8 authored by clabby's avatar clabby

Run prettier

parent 3c22333b
...@@ -441,7 +441,9 @@ contract OptimismPortal_FinalizeWithdrawal_Test is Portal_Initializer { ...@@ -441,7 +441,9 @@ contract OptimismPortal_FinalizeWithdrawal_Test is Portal_Initializer {
// Test: proveWithdrawalTransaction succeeds if the passed transaction's withdrawalHash hash // Test: proveWithdrawalTransaction succeeds if the passed transaction's withdrawalHash hash
// already been proven AND the output root + output index + l2BlockNumber changes. // already been proven AND the output root + output index + l2BlockNumber changes.
function test_proveWithdrawalTransaction_replayProveChangedOutputRootAndOutputIndex_succeeds() external { function test_proveWithdrawalTransaction_replayProveChangedOutputRootAndOutputIndex_succeeds()
external
{
vm.expectEmit(true, true, true, true); vm.expectEmit(true, true, true, true);
emit WithdrawalProven(_withdrawalHash, alice, bob); emit WithdrawalProven(_withdrawalHash, alice, bob);
op.proveWithdrawalTransaction( op.proveWithdrawalTransaction(
......
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