Skip to content

Commit

Permalink
chore: clean up and cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Dec 18, 2024
1 parent ab9f97b commit dd53c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests-rust/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ async fn dump_state_on_fork() -> anyhow::Result<()> {
let dump_path = temp_dir.path().join("state_dump_fork.json");

let dump_path_clone = dump_path.clone();
let provider = init_testing_provider(move |node| {
let provider = init_testing_provider(move |node| {
node
.path(get_node_binary_path())
.arg("--state-interval")
Expand Down

0 comments on commit dd53c60

Please sign in to comment.