Skip to content

Commit

Permalink
fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Jul 28, 2023
1 parent 29b548e commit e24fde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/http_api/tests/interactive_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -818,4 +818,4 @@ pub async fn fork_choice_before_proposal() {
);
// D's parent is B.
assert_eq!(block_d.parent_root(), block_root_b.into());
}
}

0 comments on commit e24fde0

Please sign in to comment.