Skip to content

Commit 47e1b53

Browse files
committed
fix format
1 parent 04cf1c2 commit 47e1b53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,11 @@ public void userCredentials_toBuilder_copyEveryAttribute() {
889889
}
890890

891891
static GenericJson writeUserJson(
892-
String clientId, String clientSecret, String refreshToken, String quotaProjectId, String tokenUrl) {
892+
String clientId,
893+
String clientSecret,
894+
String refreshToken,
895+
String quotaProjectId,
896+
String tokenUrl) {
893897
GenericJson json = new GenericJson();
894898
if (clientId != null) {
895899
json.put("client_id", clientId);

0 commit comments

Comments
 (0)