Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Apr 12, 2022
1 parent 7821b0c commit eae6d0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions state/state-tree/src/state_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ where
cur_change_set.num_new_leaves += 1;
}
}
self.change_set_list
.push((root_hash, cur_change_set));
self.change_set_list.push((root_hash, cur_change_set));
self.root_hash = root_hash;
}
}
Expand Down

0 comments on commit eae6d0d

Please sign in to comment.