Skip to content

Commit 087d4ef

Browse files
committed
Add parens for nested call
1 parent 0fca35e commit 087d4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/truffle/truffle/cext_ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def rb_define_method(mod, name, function, argc)
4848
private
4949

5050
def rb_iterate_call_block(callback, block_arg, callback_arg, &block)
51-
rb_tr_unwrap(execute_with_mutex callback, rb_tr_wrap(block_arg), rb_tr_wrap(callback_arg))
51+
rb_tr_unwrap(execute_with_mutex(callback, rb_tr_wrap(block_arg), rb_tr_wrap(callback_arg)))
5252
end
5353

5454
def call_with_thread_locally_stored_block(function, *arg, &block)

0 commit comments

Comments
 (0)