Fix formatting

Change-Id: I674d32bc0f1921c431717dbf0f41a74f632322b3
pull/1210/head
Don Turner 9 months ago
parent 254b464259
commit 2ad48843f6

@ -174,7 +174,6 @@ class BookmarksScreenTest {
@Test @Test
fun feed_whenLifecycleStops_undoBookmarkedStateIsCleared() = runTest { fun feed_whenLifecycleStops_undoBookmarkedStateIsCleared() = runTest {
var undoStateCleared = false var undoStateCleared = false
val testLifecycleOwner = TestLifecycleOwner(initialState = Lifecycle.State.STARTED) val testLifecycleOwner = TestLifecycleOwner(initialState = Lifecycle.State.STARTED)
@ -188,7 +187,7 @@ class BookmarksScreenTest {
onNewsResourceViewed = {}, onNewsResourceViewed = {},
clearUndoState = { clearUndoState = {
undoStateCleared = true undoStateCleared = true
} },
) )
} }
} }

Loading…
Cancel
Save