fixing formatting

This commit is contained in:
Adam Brown 2021-11-05 15:48:45 +00:00
parent 657a613374
commit 78675d4aa1
2 changed files with 1 additions and 3 deletions

View File

@ -32,4 +32,3 @@ inline fun <reified T : Activity> waitUntilActivityVisible(noinline block: (() -
fun waitUntilViewVisible(viewMatcher: Matcher<View>) {
Espresso.onView(ViewMatchers.isRoot()).perform(waitForView(viewMatcher))
}

View File

@ -120,4 +120,3 @@ class UiAllScreensSanityTest {
clickOn(R.string.skip)
}
}