Skip to content

Commit 17f94b1

Browse files
committed
fix: ktlint issues
1 parent cbb2a31 commit 17f94b1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

android/src/main/java/com/mparticle/react/rokt/MPRoktModuleImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import kotlinx.coroutines.launch
2525
class MPRoktModuleImpl(
2626
private val reactContext: ReactApplicationContext,
2727
) {
28-
2928
init {
3029
MParticle.getInstance()?.setWrapperSdk(WrapperSdk.WrapperSdkReactNative, "")
3130
}

android/src/oldarch/java/com/mparticle/react/rokt/MPRoktModule.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import com.facebook.react.bridge.ReadableMap
66
import com.facebook.react.uimanager.NativeViewHierarchyManager
77
import com.facebook.react.uimanager.UIManagerModule
88
import com.mparticle.MParticle
9-
import com.mparticle.WrapperSdk
109
import com.mparticle.internal.Logger
1110
import com.mparticle.react.NativeMPRoktSpec
1211
import com.mparticle.rokt.RoktEmbeddedView
@@ -15,7 +14,6 @@ import java.lang.ref.WeakReference
1514
class MPRoktModule(
1615
private val reactContext: ReactApplicationContext,
1716
) : NativeMPRoktSpec(reactContext) {
18-
1917
private val impl = MPRoktModuleImpl(reactContext)
2018

2119
override fun getName(): String = impl.getName()

0 commit comments

Comments
 (0)