diff options
author | Koichi Sasada <[email protected]> | 2020-12-20 04:51:00 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2020-12-20 04:51:00 +0900 |
commit | 7f8108eeff8ffa66c93efb07d4bead1baf7153a8 (patch) | |
tree | a5666eebceda4b038af4e03095c4ede915a44368 /ractor.rb | |
parent | bcf4b236e424ce0e6055f4a9651b5369a830866a (diff) |
fix indent
Diffstat (limited to 'ractor.rb')
-rw-r--r-- | ractor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -644,7 +644,7 @@ class Ractor # Received: message 2 # Received: finishing # Continue successfully - def take + def take __builtin_cexpr! %q{ ractor_take(ec, RACTOR_PTR(self)) } |