Skip to content

Commit abba4f4

Browse files
committed
Revert "fix"
This reverts commit bab6759.
1 parent bab6759 commit abba4f4

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)