mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
format
This commit is contained in:
parent
464cd415a6
commit
d9f3f14640
1 changed files with 3 additions and 1 deletions
|
|
@ -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"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue