Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pistomat committed Jul 21, 2023
1 parent 46648b3 commit 9990ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reth/src/args/dev_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ mod tests {
DevArgs {
dev: true,
block_max_transactions: None,
block_time: Some(std::time::Duration::from_secs(1).into())
block_time: Some(std::time::Duration::from_secs(1))
}
);
}
Expand Down

0 comments on commit 9990ada

Please sign in to comment.