Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 12, 2024
1 parent 1a81f31 commit 16d7c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/test/Ice/hold/TestI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class HoldI: Hold, @unchecked Sendable {
_adapter.hold()
try _adapter.activate()
} else {
_queue.asyncAfter(deadline: .now() + .milliseconds(Int(delay))) { [self] in
_queue.asyncAfter(deadline: .now() + .milliseconds(Int(delay))) { [self] in
do {
_adapter.hold()
try _adapter.activate()
Expand Down

0 comments on commit 16d7c1e

Please sign in to comment.