Skip to content

Commit 1f38ca4

Browse files
committed
fmt: cargo fmt
1 parent 8b19cb4 commit 1f38ca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ mod payload;
3232
pub use payload::*;
3333

3434
mod selection;
35-
pub use selection::*;
35+
pub use selection::*;

src/payload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ impl OpExecutionPayloadEnvelope {
2222
OpExecutionPayloadEnvelope::V4(_) => PayloadVersion::V4,
2323
}
2424
}
25-
25+
2626
pub fn gas_used(&self) -> u64 {
2727
match self {
2828
OpExecutionPayloadEnvelope::V3(payload) => {

0 commit comments

Comments
 (0)