Skip to content

Commit 7794fa2

Browse files
nficanoclaude
andcommitted
chore: replace unicode ellipsis with ASCII ... in comment
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8a6f8d4 commit 7794fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/arcp/runtime/subscription_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Runtime
88
# `job.result` / `job.error`.
99
class SubscriptionManager
1010
def initialize
11-
@subs = Hash.new { |h, k| h[k] = [] } # job_id => [[session_id, principal_id, queue], ]
11+
@subs = Hash.new { |h, k| h[k] = [] } # job_id => [[session_id, principal_id, queue], ...]
1212
@owners = {} # job_id => principal_id (submitter)
1313
@mutex = Mutex.new
1414
end

0 commit comments

Comments
 (0)