We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746622f commit e6c4349Copy full SHA for e6c4349
iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java
@@ -25,7 +25,7 @@ public class IterableApi {
25
//region SDK (private/internal)
26
//---------------------------------------------------------------------------------------
27
static volatile IterableApi sharedInstance = new IterableApi();
28
-
+
29
private static final String TAG = "IterableApi";
30
private Context _applicationContext;
31
IterableConfig config;
0 commit comments