Skip to content

Commit 0fca9f2

Browse files
committed
fix: remove unnecessary blank line in Serialization class
1 parent 45be7ed commit 0fca9f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/iterable/reactnative/Serialization.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ static IterableConfig.Builder getConfigFromReadableMap(ReadableMap iterableConte
222222
JSONObject retryPolicyJson = iterableContextJSON.getJSONObject("retryPolicy");
223223
int maxRetry = retryPolicyJson.getInt("maxRetry");
224224
long retryInterval = retryPolicyJson.getLong("retryInterval");
225-
226225
String retryBackoff = retryPolicyJson.getString("retryBackoff");
227226
RetryPolicy.Type retryPolicyType = RetryPolicy.Type.LINEAR;
228227
if (retryBackoff.equals("EXPONENTIAL")) {

0 commit comments

Comments
 (0)