Skip to content

Commit 33a3a01

Browse files
committed
Fix: Applied formatting to resolve lint check
1 parent fc5c5e8 commit 33a3a01

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

oauth2_http/javatests/com/google/auth/oauth2/CertificateIdentityPoolSubjectTokenSupplierTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,7 @@ public void getSubjectToken_leafCertFileNotFound_throwsIOException() {
350350
// Check the message of the cause (which is the path) in a platform-agnostic way.
351351
Path expectedCausePath = Paths.get(nonExistentPath);
352352
Path actualCausePath = Paths.get(exception.getCause().getMessage());
353-
assertEquals(
354-
expectedCausePath,
355-
actualCausePath);
353+
assertEquals(expectedCausePath, actualCausePath);
356354
}
357355

358356
@Test

0 commit comments

Comments
 (0)