Skip to content

Commit 0d59665

Browse files
author
Rachel Prince
committed
move comment above declaration
1 parent 4f6ff89 commit 0d59665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistributionTesterApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class FirebaseAppDistributionTesterApiClient {
4242
private static final String INSTALLATION_AUTH_HEADER = "X-Goog-Firebase-Installations-Auth";
4343
private static final String X_ANDROID_PACKAGE_HEADER_KEY = "X-Android-Package";
4444
private static final String X_ANDROID_CERT_HEADER_KEY = "X-Android-Cert";
45-
private static final String X_CLIENT_VERSION_HEADER_KEY = "X-Client-Version";
4645
// Format of "X-Client-Version": "{ClientId}/{ClientVersion}"
46+
private static final String X_CLIENT_VERSION_HEADER_KEY = "X-Client-Version";
4747

4848
private static final String BUILD_VERSION_JSON_KEY = "buildVersion";
4949
private static final String DISPLAY_VERSION_JSON_KEY = "displayVersion";

0 commit comments

Comments
 (0)