Skip to content

Commit b7973ee

Browse files
committed
Fix spotless
1 parent 793317b commit b7973ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/data/src/test/kotlin/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstTopicsRepositoryTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class OfflineFirstTopicsRepositoryTest {
6868
fun offlineFirstTopicsRepository_topics_stream_is_backed_by_topics_dao() =
6969
testScope.runTest {
7070
subject.syncWith(synchronizer)
71-
71+
7272
assertEquals(
7373
topicDao.getTopicEntities()
7474
.first()

0 commit comments

Comments
 (0)