Skip to content

Commit d278c83

Browse files
committed
chore: format
1 parent 977b9b4 commit d278c83

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

pqc-test/pqc-test-common/src/main/java/com/google/api/gax/pqc/PqcTestServer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,15 @@ public void configure(HttpsParameters params) {
175175
// 12. Initialize netty SSL Context builder to establish gRPC server channel secure layers.
176176
// Bind the builder explicitly to Bouncy Castle JSSE provider context.
177177
io.netty.handler.ssl.SslContextBuilder nettySslContextBuilder =
178-
io.netty.handler.ssl.SslContextBuilder.forServer(kmf);
178+
io.netty.handler.ssl.SslContextBuilder.forServer(kmf);
179179

180180
// 14. Finalize compiling standard Netty SSL configurations.
181181
// Force Netty to execute handshakes utilizing the standard JRE (JDK) SSL Provider
182182
// so Bouncy Castle JJSSE (registered in the provider context) manages the secure pipelines.
183183
io.netty.handler.ssl.SslContext nettySslContext =
184184
io.grpc.netty.GrpcSslContexts.configure(
185185
nettySslContextBuilder, io.netty.handler.ssl.SslProvider.JDK)
186-
.option(OpenSslContextOption.GROUPS, new String[] { "X25519MLKEM768" })
186+
.option(OpenSslContextOption.GROUPS, new String[] {"X25519MLKEM768"})
187187
.build();
188188

189189
// 15. Build a raw gRPC method descriptor to mock a unary SayHello endpoint.

pqc-test/pqc-test-release/src/test/java/com/google/api/gax/httpjson/RunPqcTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
*/
3030
package com.google.api.gax.httpjson;
3131

32-
3332
public class RunPqcTest extends PqcConnectivityTest {
3433

3534
@Override

pqc-test/pqc-test-snapshot/src/test/java/com/google/api/gax/httpjson/RunPqcTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
package com.google.api.gax.httpjson;
3232

33-
3433
public class RunPqcTest extends PqcConnectivityTest {
3534

3635
@Override

0 commit comments

Comments
 (0)