Skip to content

Commit

Permalink
style: ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Jan 31, 2025
1 parent 9c41cd1 commit 90b5916
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class OnboardingViewModel(
private val userRepository: UserRepository,
private val goalRepository: GoalRepository,
) : ViewModel() {

private val title: MutableStateFlow<String> = MutableStateFlow("")
val titleValidResult: StateFlow<GoalTitleValidResult> =
title.map(Goal::validateTitle)
Expand Down

0 comments on commit 90b5916

Please sign in to comment.