Skip to content

Commit

Permalink
Fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Oct 27, 2024
1 parent e45fc7c commit 8ce3b25
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ import kotlinx.coroutines.launch
import javax.inject.Inject

@HiltViewModel
class HomeViewModel @Inject constructor(
) : ViewModel() {
class HomeViewModel @Inject constructor() : ViewModel() {

private val _selectedMainTab = MutableStateFlow(MainTabUiModel.Home)
val selectedMainTab: StateFlow<MainTabUiModel> = _selectedMainTab
Expand Down

0 comments on commit 8ce3b25

Please sign in to comment.