Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Nov 6, 2023
1 parent d84f0fb commit 717be6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_dev_preview/examples/testing/src/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ mod test {
expected_prefix: "test-prefix".into(),
pages: vec![vec![
Object::builder().size(5).build(),
Object::builder().size(2).build()
Object::builder().size(2).build(),
]],
};

Expand Down

0 comments on commit 717be6e

Please sign in to comment.