mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove trailing semicolon (#5699)
This commit is contained in:
@ -118,7 +118,7 @@ impl NetworkArgs {
|
||||
/// If `no_persist_peers` is true then this returns the path to the persistent peers file path.
|
||||
pub fn persistent_peers_file(&self, peers_file: PathBuf) -> Option<PathBuf> {
|
||||
if self.no_persist_peers {
|
||||
return None;
|
||||
return None
|
||||
}
|
||||
|
||||
Some(peers_file)
|
||||
|
||||
@ -110,7 +110,7 @@ impl TypedValueParser for ExtradataValueParser {
|
||||
format!(
|
||||
"Payload builder extradata size exceeds {MAXIMUM_EXTRA_DATA_SIZE}bytes limit"
|
||||
),
|
||||
));
|
||||
))
|
||||
}
|
||||
Ok(val.to_string())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user