Removes needless blank line

This commit is contained in:
ericdecanini 2022-09-20 18:38:19 -04:00
parent 72689c76de
commit b37800a5eb

View File

@ -29,4 +29,3 @@ class FakeSessionAccountDataService : SessionAccountDataService by mockk(relaxed
every { getLiveRoomAccountDataEvents(any()) } returns liveData
}
}