yifan-c commented on code in PR #221: URL: https://github.com/apache/cassandra-sidecar/pull/221#discussion_r2130690494
########## server/src/test/java/org/apache/cassandra/sidecar/utils/SidecarClientProviderTest.java: ########## @@ -84,29 +84,32 @@ class SidecarClientProviderTest @BeforeAll static void configureCertificates() throws Exception { - CertificateBundle certificateAuthority = new CertificateBuilder().subject("CN=Apache Cassandra Root CA, OU=Certification Authority, O=Unknown, C=Unknown") - .alias("fakerootca") - .isCertificateAuthority(true) - .buildSelfSigned(); + CertificateBundle certificateAuthority = new CertificateBuilder() + .subject("CN=Apache Cassandra Root CA, OU=Certification Authority, O=Unknown, C=Unknown") + .alias("fakerootca") + .isCertificateAuthority(true) + .buildSelfSigned(); Review Comment: just reformatting the code. Code style complain the line being too long -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org