Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Feb 4, 2022
1 parent 3649153 commit 27e2751
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ sealed class OnboardingAction : VectorViewModelAction {

data class UserAcceptCertificate(val fingerprint: Fingerprint) : OnboardingAction()

object TakeMeHome: OnboardingAction()
object PersonalizeProfile: OnboardingAction()
object TakeMeHome : OnboardingAction()
object PersonalizeProfile : OnboardingAction()
}

0 comments on commit 27e2751

Please sign in to comment.