Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
remove trailing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Oct 31, 2023
1 parent c84dea0 commit 1a9662d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reth/src/args/payload_builder_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl TypedValueParser for ExtradataValueParser {
format!(
"Payload builder extradata size exceeds {MAXIMUM_EXTRA_DATA_SIZE}bytes limit"
),
));
))
}
Ok(val.to_string())
}
Expand Down

0 comments on commit 1a9662d

Please sign in to comment.