style(macos): swiftformat sources
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user