Skip to content

Commit cd4b848

Browse files
rjrjrgithub-actions[bot]
authored andcommitted
Apply changes from ktLintFormat
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a62f80d commit cd4b848

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ internal class WorkflowLayoutTest {
3636
private val workflowLayout = WorkflowLayout(context).apply {
3737
id = 42
3838
setViewTreeOnBackPressedDispatcherOwner(object : OnBackPressedDispatcherOwner {
39-
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher { error("yeah no") }
39+
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher {
40+
error("yeah no")
41+
}
4042
override val lifecycle: Lifecycle get() = error("nope")
4143
})
4244
}

0 commit comments

Comments
 (0)