Skip to content

Commit 8ce6005

Browse files
committed
format
1 parent d924d30 commit 8ce6005

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

crates/test/src/csharp.rs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,14 @@ impl LanguageMethods for Csharp {
4141
_args: &[String],
4242
) -> bool {
4343
// TODO: remove this exclusions as support is created
44-
matches!(name, "resources-with-streams.wit" | "resources-with-futures.wit" | "futures.wit" | "streams.wit" | "error-context.wit")
44+
matches!(
45+
name,
46+
"resources-with-streams.wit"
47+
| "resources-with-futures.wit"
48+
| "futures.wit"
49+
| "streams.wit"
50+
| "error-context.wit"
51+
)
4552
}
4653

4754
fn prepare(&self, runner: &mut Runner<'_>) -> Result<()> {

0 commit comments

Comments
 (0)