diff --git a/test/core/tsi/spiffe_ssl_transport_security_test.cc b/test/core/tsi/spiffe_ssl_transport_security_test.cc index 6e5ed0c8c7bc6..b18b904bcab81 100644 --- a/test/core/tsi/spiffe_ssl_transport_security_test.cc +++ b/test/core/tsi/spiffe_ssl_transport_security_test.cc @@ -410,8 +410,8 @@ TEST_P(SpiffeSslTransportSecurityTest, InvalidUTF8Fails) { auto* fixture_pass = new SslTsiTestFixture( kServerKeyPath, kServerCertPath, kInvalidUtf8SanKeyPath, kInvalidUtf8SanCertPath, "", "", kCaPemPath, - // OpenSSL3 and above will fail the handshake because of the invalid - // UTF-8 URI SAN. + // OpenSSL3 and above will fail the handshake because of the invalid + // UTF-8 URI SAN. #if OPENSSL_VERSION_NUMBER >= 0x30000000L /*expect_server_success=*/false, /*expect_client_success_1_2=*/false,