diff options
| author | S-H-GAMELINKS <gamelinks007@gmail.com> | 2025-07-12 22:23:26 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-11-27 16:30:16 +0900 |
| commit | 3ebb5b9c7811c3f551f61111c8495f859ad1861c (patch) | |
| tree | 736c1f0f9620a56f47b35a5a673589ca9adc1c1f /thread.c | |
| parent | 4917f2335d60f5ff48843542939e3227d8c9d9b8 (diff) | |
Remove unneeded trailing semicolons
Diffstat (limited to 'thread.c')
| -rw-r--r-- | thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1013,7 +1013,7 @@ rb_thread_create_ractor(rb_ractor_t *r, VALUE args, VALUE proc) .args = args, .proc = proc, }; - return thread_create_core(rb_thread_alloc(rb_cThread), ¶ms);; + return thread_create_core(rb_thread_alloc(rb_cThread), ¶ms); } |
