Skip to content

Commit 59e0572

Browse files
committed
make fmt
1 parent 5434cda commit 59e0572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sora/RPC.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ public final class RPCChannel {
172172
}
173173

174174
if !isNotificationRequest, let pending {
175-
DispatchQueue.global().asyncAfter(deadline: .now() + timeout, execute: pending.timeoutWorkItem)
175+
DispatchQueue.global().asyncAfter(
176+
deadline: .now() + timeout, execute: pending.timeoutWorkItem)
176177
} else {
177178
completion?(.success(nil))
178179
}

0 commit comments

Comments
 (0)