Skip to content

Commit

Permalink
Apply changes from ktLintFormat
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rjrjr authored and github-actions[bot] committed Aug 7, 2024
1 parent a62f80d commit cd4b848
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ internal class WorkflowLayoutTest {
private val workflowLayout = WorkflowLayout(context).apply {
id = 42
setViewTreeOnBackPressedDispatcherOwner(object : OnBackPressedDispatcherOwner {
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher { error("yeah no") }
override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher {
error("yeah no")
}
override val lifecycle: Lifecycle get() = error("nope")
})
}
Expand Down

0 comments on commit cd4b848

Please sign in to comment.