Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt committed Jan 17, 2025
1 parent 905a41a commit ff4c02e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ struct InteroperabilityTestsExecutable: AsyncParsableCommand {
}
}

private func buildClient(host: String, port: Int) throws -> GRPCClient<HTTP2ClientTransport.Posix> {
private func buildClient(
host: String,
port: Int
) throws -> GRPCClient<HTTP2ClientTransport.Posix> {
let serviceConfig = ServiceConfig(loadBalancingConfig: [.roundRobin])
return GRPCClient(
transport: try .http2NIOPosix(
Expand Down

0 comments on commit ff4c02e

Please sign in to comment.