Skip to content

Commit fff1555

Browse files
committed
fix lint
1 parent ef1c3f8 commit fff1555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/test/java/com/google/cloud/auth/samples/AuthExampleIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static String authenticateUsingApiKeyWithRetry(String apiKey) throws IOException
9595
System.out.println("API key not yet active, retrying...");
9696
try {
9797
Thread.sleep(delay);
98-
} catch (InterruptedException ignored) {}
98+
} catch (InterruptedException ignored) { }
9999
} else {
100100
throw e;
101101
}

0 commit comments

Comments
 (0)