This commit is contained in:
Victor Martinez 2025-01-27 12:33:33 +01:00
parent 464cd415a6
commit d9f3f14640

View file

@ -144,7 +144,9 @@ impl TestContext for GenericContext<u32> {
impl TestContext for GenericContext<String> {
fn setup() -> Self {
Self { contents: format!("hello world") }
Self {
contents: format!("hello world"),
}
}
}