Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
remix7531 committed May 9, 2023
1 parent 81a5043 commit 70e9612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chain/tests/test_tx_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ fn test_inserting_anchor_without_tx() {

let additions2 = graph.insert_tx(txs[0].clone());
let additions3 = graph.insert_tx(txs[1].clone());

// graph should be recoverable from additions
graph_recovered.apply_additions(additions2);
graph_recovered.apply_additions(additions3);
Expand Down

0 comments on commit 70e9612

Please sign in to comment.