Skip to content

Commit

Permalink
Code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
sufyanAbbasi committed Mar 1, 2024
1 parent d63f883 commit b35be05
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ internal constructor(
viewModelScope.launch {
val signInState = userRepository.signInState.first()
when (signInState.state) {
SignInState.State.SIGNED_OUT, SignInState.State.ERROR -> userRepository.signIn()
SignInState.State.SIGNED_OUT,
SignInState.State.ERROR -> userRepository.signIn()

else -> {}
}
}
Expand Down

0 comments on commit b35be05

Please sign in to comment.