Skip to content

Commit 7bc01f6

Browse files
vbarzeapoz
andauthored
remove semicolon
Co-authored-by: Jonathan <94441036+zeapoz@users.noreply.github.com>
1 parent b847d93 commit 7bc01f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

state-reconstruct-fetcher/src/l1_fetcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ impl L1Fetcher {
400400
.clone();
401401
}
402402
}
403-
};
403+
}
404404

405405
let blocks =
406406
match parse_calldata(block_number, boojum_mode, &function, &tx.input).await

0 commit comments

Comments
 (0)