iOS: fix BridgeClient SwiftFormat indent
This commit is contained in:
@@ -46,17 +46,17 @@ actor BridgeClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onStatus?("Requesting approval…")
|
onStatus?("Requesting approval…")
|
||||||
try await self.send(
|
try await self.send(
|
||||||
BridgePairRequest(
|
BridgePairRequest(
|
||||||
nodeId: hello.nodeId,
|
nodeId: hello.nodeId,
|
||||||
displayName: hello.displayName,
|
displayName: hello.displayName,
|
||||||
platform: hello.platform,
|
platform: hello.platform,
|
||||||
version: hello.version,
|
version: hello.version,
|
||||||
deviceFamily: hello.deviceFamily,
|
deviceFamily: hello.deviceFamily,
|
||||||
modelIdentifier: hello.modelIdentifier,
|
modelIdentifier: hello.modelIdentifier,
|
||||||
caps: hello.caps,
|
caps: hello.caps,
|
||||||
commands: hello.commands),
|
commands: hello.commands),
|
||||||
over: connection)
|
over: connection)
|
||||||
|
|
||||||
onStatus?("Waiting for approval…")
|
onStatus?("Waiting for approval…")
|
||||||
let ok = try await self.withTimeout(seconds: 60, purpose: "pairing approval") {
|
let ok = try await self.withTimeout(seconds: 60, purpose: "pairing approval") {
|
||||||
|
|||||||
Reference in New Issue
Block a user