Skip to content

Commit 66079f3

Browse files
committed
Fix ktlint import order in TransferWorkerObserver.kt
1 parent 87b7548 commit 66079f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-storage-s3/src/main/java/com/amplifyframework/storage/s3/transfer/TransferWorkerObserver.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ import com.amplifyframework.storage.TransferState
2525
import com.amplifyframework.storage.s3.AWSS3StoragePlugin
2626
import com.amplifyframework.storage.s3.TransferOperations
2727
import com.amplifyframework.storage.s3.transfer.worker.BaseTransferWorker
28+
import java.util.concurrent.ConcurrentHashMap
2829
import java.util.concurrent.Executors
2930
import kotlinx.coroutines.CoroutineScope
3031
import kotlinx.coroutines.Dispatchers
3132
import kotlinx.coroutines.asCoroutineDispatcher
3233
import kotlinx.coroutines.launch
3334
import kotlinx.coroutines.withContext
34-
import java.util.concurrent.ConcurrentHashMap
3535

3636
internal class TransferWorkerObserver private constructor(
3737
context: Context,

0 commit comments

Comments
 (0)