Fix fmt error

This commit is contained in:
natalie 2023-04-25 13:35:57 +01:00
parent 5e46d6317f
commit ba0b8472d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#[test]
fn check_test() {
assert!(1 == 1);
}
}