Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marieaurore123 committed Oct 17, 2024
1 parent 40f3c18 commit 68d88b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rig-core/src/vec_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ mod test {

#[test]
fn test_one_or_many_error() {
assert!(
OneOrMany::<String>::many(vec![]).is_err()
)
assert!(OneOrMany::<String>::many(vec![]).is_err())
}
}

0 comments on commit 68d88b6

Please sign in to comment.