Skip to content

Commit c23451b

Browse files
clang-format
1 parent ed42c96 commit c23451b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gems/js/ext/js/witapi-core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ bool rb_abi_guest_rb_set_should_prohibit_rewind(bool value) {
340340
return old;
341341
}
342342

343-
344343
static VALUE rb_abi_export_stage = Qnil;
345344
static rb_abi_guest_own_rb_abi_value_t rb_abi_export_rb_value_to_js(void) {
346345
VALUE staged = rb_abi_export_stage;
@@ -350,7 +349,8 @@ static rb_abi_guest_own_rb_abi_value_t rb_abi_export_rb_value_to_js(void) {
350349
}
351350

352351
void rb_abi_stage_rb_value_to_js(VALUE value) {
353-
assert(rb_abi_export_stage == Qnil && "rb_abi_stage_rb_value_to_js: stage is not empty!?");
352+
assert(rb_abi_export_stage == Qnil &&
353+
"rb_abi_stage_rb_value_to_js: stage is not empty!?");
354354
rb_abi_export_stage = value;
355355
}
356356

0 commit comments

Comments
 (0)