Skip to content

Commit 8bdcfe8

Browse files
committed
Formatting
1 parent 037ddd3 commit 8bdcfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/adjust/sdk/Adjust.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public void trackAdRevenue(String source, String payload) {
389389
try {
390390
JSONObject jsonPayload = new JSONObject(payload);
391391
com.adjust.sdk.Adjust.trackAdRevenue(source, jsonPayload);
392-
}catch (JSONException err){
392+
} catch (JSONException err) {
393393
Log.d(TAG, "Give ad revenue payload is not a valid JSON string");
394394
}
395395
}

0 commit comments

Comments
 (0)