Skip to content

Commit bab6759

Browse files
committed
fix
1 parent bb8835c commit bab6759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/ReactantExtra/tblgen/jl-generators.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ end
293293
operandname = "operand_" + std::to_string(i);
294294
}
295295
if (named_operand.isOptional()) {
296-
operandsegmentsizes += "(" + operandname + "==nothing) ? 0 : 1";
296+
operandsegmentsizes += "(" + operandname + "==nothing) ? 0 : 1, ";
297297
continue;
298298
}
299299
operandsegmentsizes += named_operand.isVariadic()

0 commit comments

Comments
 (0)