Skip to content

Commit d57bc4f

Browse files
committed
lint change
1 parent 1c587ba commit d57bc4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ public LowLevelHttpResponse execute() throws IOException {
327327
};
328328
return request;
329329
} else if (urlWithoutQuery.endsWith("/allowedLocations")) {
330-
// This is for mocking the call to IAM lookup when we attempt to refresh trust boundaries
331-
// after refreshing the access token.
330+
// This is for mocking the call to IAM lookup when we attempt to refresh trust boundaries
331+
// after refreshing the access token.
332332
request =
333333
new MockLowLevelHttpRequest(url) {
334334
@Override

0 commit comments

Comments
 (0)