We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1c3f8 commit fff1555Copy full SHA for fff1555
auth/src/test/java/com/google/cloud/auth/samples/AuthExampleIT.java
@@ -95,7 +95,7 @@ static String authenticateUsingApiKeyWithRetry(String apiKey) throws IOException
95
System.out.println("API key not yet active, retrying...");
96
try {
97
Thread.sleep(delay);
98
- } catch (InterruptedException ignored) {}
+ } catch (InterruptedException ignored) { }
99
} else {
100
throw e;
101
}
0 commit comments