Skip to content

Commit ea894dc

Browse files
committed
cargo fmt (missing comma)
1 parent 4bb20b1 commit ea894dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/test/src/cpp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl LanguageMethods for Cpp {
7272
| "variants-unioning-types.wit"
7373
| "worlds-with-types.wit"
7474
| "streams.wit" => true,
75-
_ => false
75+
_ => false,
7676
}
7777
}
7878

0 commit comments

Comments
 (0)