Reformat with trailing comma

This commit is contained in:
Luke Jones
2025-02-14 16:06:20 +13:00
parent 0bdf0474c9
commit 2c006699f2
113 changed files with 791 additions and 792 deletions

View File

@@ -112,7 +112,7 @@ mod tests {
#[test]
fn check() {
let data = [
1, 2, 3, 4, 5
1, 2, 3, 4, 5,
];
let mut tmp = String::new();
for n in data {