From 2f21b94a763822ffeb819b562f0cfb5d122e6201 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 18 Dec 2025 08:40:59 +0100 Subject: [PATCH] iOS: fix BridgeClient SwiftFormat indent --- apps/ios/Sources/Bridge/BridgeClient.swift | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/ios/Sources/Bridge/BridgeClient.swift b/apps/ios/Sources/Bridge/BridgeClient.swift index 4604e56aa..33401c2f0 100644 --- a/apps/ios/Sources/Bridge/BridgeClient.swift +++ b/apps/ios/Sources/Bridge/BridgeClient.swift @@ -46,17 +46,17 @@ actor BridgeClient { } onStatus?("Requesting approval…") - try await self.send( - BridgePairRequest( - nodeId: hello.nodeId, - displayName: hello.displayName, - platform: hello.platform, - version: hello.version, - deviceFamily: hello.deviceFamily, - modelIdentifier: hello.modelIdentifier, - caps: hello.caps, - commands: hello.commands), - over: connection) + try await self.send( + BridgePairRequest( + nodeId: hello.nodeId, + displayName: hello.displayName, + platform: hello.platform, + version: hello.version, + deviceFamily: hello.deviceFamily, + modelIdentifier: hello.modelIdentifier, + caps: hello.caps, + commands: hello.commands), + over: connection) onStatus?("Waiting for approval…") let ok = try await self.withTimeout(seconds: 60, purpose: "pairing approval") {