style(macos): swiftformat sources

This commit is contained in:
Peter Steinberger
2025-12-19 17:52:26 +01:00
parent 47a1774dc0
commit 8c6a592523
13 changed files with 57 additions and 42 deletions

View File

@@ -186,7 +186,7 @@ actor MacNodeBridgePairingClient {
}
defer { timeout.cancel() }
return try await withTaskCancellationHandler(operation: {
return try await task.value
try await task.value
}, onCancel: {
timeout.cancel()
})