Skip to content

Commit

Permalink
Fix trailing line
Browse files Browse the repository at this point in the history
  • Loading branch information
ppamorim committed Feb 6, 2022
1 parent 68eff60 commit 23a7c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compatibility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ pub fn test() {

For examples, see the existing cases in `compatibility/src/`.

- [ ] Open a [pull request](https://github.com/bincode-org/bincode/pulls) with the title `Bincode 1 compatiblity: <name of your project>`
- [ ] Open a [pull request](https://github.com/bincode-org/bincode/pulls) with the title `Bincode 1 compatiblity: <name of your project>`
2 changes: 1 addition & 1 deletion compatibility/src/membership.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub fn test() {
}

fn vec_random_btreeset(rng: &mut ThreadRng) -> Vec<BTreeSet<NodeId>> {
let mut vec = Vec::with_capacity(5);
let mut vec = Vec::with_capacity(10);
for _ in 0..rng.gen_range(0..10) {
vec.push(random_btreeset(rng));
}
Expand Down

0 comments on commit 23a7c0e

Please sign in to comment.