Skip to content

Commit 248fbd3

Browse files
committed
chore: remove redundant line and add space
1 parent ed5aa32 commit 248fbd3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

AnkiDroid/src/test/java/com/ichi2/anki/CardBrowserTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ class CardBrowserTest : RobolectricTest() {
878878
viewModel.changeCardOrder(SortType.EASE) // reverse the list
879879

880880
viewModel.setCardsOrNotes(NOTES)
881-
runTest{
881+
runTest {
882882
searchCards()
883883
}
884884

@@ -1694,5 +1694,4 @@ suspend fun CardBrowser.searchCards(search: String? = null) {
16941694
viewModel.searchJob?.join()
16951695
}
16961696

1697-
16981697
fun CardBrowser.showFindAndReplaceDialog() = cardBrowserFragment.showFindAndReplaceDialog()

0 commit comments

Comments
 (0)