We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ec3c5 commit b4e2f30Copy full SHA for b4e2f30
cobj/codegen.c
@@ -3211,7 +3211,8 @@ static void joutput_goto_1(cb_tree x) {
3211
joutput_prefix();
3212
joutput("if(true) return Optional.of(contList[");
3213
joutput_label_variable(CB_LABEL(cb_ref(x)));
3214
- joutput_line("]);\n");
+ joutput("]);");
3215
+ joutput_newline();
3216
}
3217
3218
static void joutput_goto(struct cb_goto *p) {
0 commit comments