Skip to content

Commit 73488dc

Browse files
committed
fix 'Unit StdbNone' syntax error
1 parent 98cea8d commit 73488dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/subcommands/generate/csharp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ pub fn autogen_csharp_globals(ctx: &GenCtx, items: &[GenItem], namespace: &str)
771771
for reducer_name in &reducer_names {
772772
writeln!(output, "{reducer_name} {reducer_name},");
773773
}
774-
writeln!(output, "Unit StdbNone,");
774+
writeln!(output, "Unit StdbNone");
775775
}
776776
writeln!(output, ")>;");
777777

0 commit comments

Comments
 (0)