Skip to content

Commit 86bc859

Browse files
Apply changes from ktLintFormat
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fe8cf3d commit 86bc859

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/WorkflowLayout.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import androidx.lifecycle.coroutineScope
1717
import androidx.lifecycle.repeatOnLifecycle
1818
import com.squareup.workflow1.ui.androidx.OnBackPressedDispatcherOwnerKey
1919
import com.squareup.workflow1.ui.androidx.WorkflowAndroidXSupport.onBackPressedDispatcherOwnerOrNull
20-
import kotlinx.coroutines.CoroutineDispatcher
2120
import kotlinx.coroutines.Job
2221
import kotlinx.coroutines.flow.Flow
2322
import kotlinx.coroutines.launch

workflow-ui/core-android/src/test/java/com/squareup/workflow1/ui/WorkflowLayoutTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ import com.squareup.workflow1.ui.androidx.OnBackPressedDispatcherOwnerKey
1717
import com.squareup.workflow1.ui.navigation.WrappedScreen
1818
import kotlinx.coroutines.ExperimentalCoroutinesApi
1919
import kotlinx.coroutines.flow.MutableSharedFlow
20-
import kotlinx.coroutines.flow.flowOf
2120
import kotlinx.coroutines.test.UnconfinedTestDispatcher
2221
import kotlinx.coroutines.test.runTest
2322
import org.junit.Test
2423
import org.junit.runner.RunWith
2524
import org.robolectric.RobolectricTestRunner
2625
import org.robolectric.annotation.Config
27-
import kotlin.coroutines.CoroutineContext
2826

2927
@RunWith(RobolectricTestRunner::class)
3028
// SDK 28 required for the four-arg constructor we use in our custom view classes.

0 commit comments

Comments
 (0)