Skip to content

Commit

Permalink
removed a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Sep 26, 2023
1 parent 9aed6f1 commit 986df1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merk/src/merk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ where
let mut committer = MerkCommitter::new(tree.height(), 100);
cost_return_on_error!(
&mut inner_cost,
tree.commit(&mut committer, old_specialized_cost,)
tree.commit(&mut committer, old_specialized_cost)
);

let tree_key = tree.key();
Expand Down

0 comments on commit 986df1b

Please sign in to comment.