Skip to content

Commit 56db38f

Browse files
author
Wenxi Zeng
committed
nit
1 parent bd42cd3 commit 56db38f

File tree

1 file changed

+2
-2
lines changed
  • android/src/main/java/com/segment/analytics/kotlin/android

1 file changed

+2
-2
lines changed

android/src/main/java/com/segment/analytics/kotlin/android/Storage.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import sovran.kotlin.Store
1616
@Deprecated("Use StorageProvider to create storage for Android instead")
1717
class AndroidStorage(
1818
context: Context,
19-
private val store: Store,
19+
store: Store,
2020
writeKey: String,
21-
private val ioDispatcher: CoroutineDispatcher,
21+
ioDispatcher: CoroutineDispatcher,
2222
directory: String? = null,
2323
subject: String? = null
2424
) : AndroidStorageImpl(

0 commit comments

Comments
 (0)