Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 16, 2022
1 parent 9a1772f commit 4f47ac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ import dagger.hilt.android.lifecycle.HiltViewModel
import io.getstream.whatsappclone.data.repository.CallHistoryRepository
import io.getstream.whatsappclone.uistate.WhatsAppUserExtensive
import io.getstream.whatsappclone.uistate.WhatsAppUserUiState
import javax.inject.Inject
import kotlinx.coroutines.flow.SharingStarted
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.flatMapLatest
import kotlinx.coroutines.flow.flowOf
import kotlinx.coroutines.flow.stateIn
import javax.inject.Inject

@HiltViewModel
class WhatsAppCallsViewModel @Inject constructor(
Expand Down

0 comments on commit 4f47ac1

Please sign in to comment.