Skip to content

Commit 135f8de

Browse files
committed
Style fix.
1 parent 228febe commit 135f8de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

testing/src/main/java/io/grpc/internal/testing/TestUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ public static void installConscryptIfAvailable() {
170170
provider = ConscryptLoader.newProvider();
171171
} catch (Throwable t) {
172172
Throwable root = Throwables.getRootCause(t);
173-
// Conscrypt uses a newer version of glibc than available on older Linux distributions (e.g. RHEL 6/8)
173+
// Conscrypt uses a newer version of glibc than available on older Linux distributions
174+
// (e.g. RHEL 6/8)
174175
if (root instanceof UnsatisfiedLinkError && root.getMessage() != null
175176
&& root.getMessage().contains("GLIBC_")) {
176177
conscryptInstallAttempted = true;

0 commit comments

Comments
 (0)