From ff4c02e77266fcb3990d642b2d8c67bef332a78e Mon Sep 17 00:00:00 2001 From: George Barnett Date: Fri, 17 Jan 2025 13:27:46 +0000 Subject: [PATCH] format --- .../Sources/InteroperabilityTestsExecutable.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/IntegrationTests/grpc-interop-tests/Sources/InteroperabilityTestsExecutable.swift b/IntegrationTests/grpc-interop-tests/Sources/InteroperabilityTestsExecutable.swift index 783d1da..f866a7b 100644 --- a/IntegrationTests/grpc-interop-tests/Sources/InteroperabilityTestsExecutable.swift +++ b/IntegrationTests/grpc-interop-tests/Sources/InteroperabilityTestsExecutable.swift @@ -111,7 +111,10 @@ struct InteroperabilityTestsExecutable: AsyncParsableCommand { } } - private func buildClient(host: String, port: Int) throws -> GRPCClient { + private func buildClient( + host: String, + port: Int + ) throws -> GRPCClient { let serviceConfig = ServiceConfig(loadBalancingConfig: [.roundRobin]) return GRPCClient( transport: try .http2NIOPosix(