Skip to content

Commit 8d4849d

Browse files
committed
Formatting
1 parent 36028c2 commit 8d4849d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/TesterApiHttpClient.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,7 @@ JSONObject makeUploadRequest(String tag, String path, String token, byte[] reque
129129
}
130130

131131
private JSONObject makePostRequest(
132-
String tag,
133-
String path,
134-
String token,
135-
byte[] requestBody,
136-
Map<String, String> extraHeaders)
132+
String tag, String path, String token, byte[] requestBody, Map<String, String> extraHeaders)
137133
throws FirebaseAppDistributionException {
138134
HttpsURLConnection connection = null;
139135
try {

0 commit comments

Comments
 (0)