Skip to content

Commit 3ebb5b9

Browse files
S-H-GAMELINKShsbt
authored andcommitted
Remove unneeded trailing semicolons
1 parent 4917f23 commit 3ebb5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ rb_thread_create_ractor(rb_ractor_t *r, VALUE args, VALUE proc)
10131013
.args = args,
10141014
.proc = proc,
10151015
};
1016-
return thread_create_core(rb_thread_alloc(rb_cThread), &params);;
1016+
return thread_create_core(rb_thread_alloc(rb_cThread), &params);
10171017
}
10181018

10191019

0 commit comments

Comments
 (0)