Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 1751af2

Browse files
chore: generate libraries at Tue Mar 3 21:25:30 UTC 2026
1 parent 2cf5b89 commit 1751af2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITMutableCredentialsTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ public class ITMutableCredentialsTest extends ITAbstractSpannerTest {
4848
public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws IOException {
4949

5050
GoogleCredentials credentialsFromFile;
51-
try (InputStream stream =
52-
Files.newInputStream(Paths.get(getKeyFile()))) {
51+
try (InputStream stream = Files.newInputStream(Paths.get(getKeyFile()))) {
5352
credentialsFromFile = GoogleCredentials.fromStream(stream);
5453
}
5554
assumeTrue(

0 commit comments

Comments
 (0)