Skip to content

Commit

Permalink
[chore] #220 ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Aug 28, 2024
1 parent 1785fea commit 6b7bd97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package org.sopt.dateroad.presentation.ui.enroll

import androidx.lifecycle.viewModelScope
import dagger.hilt.android.lifecycle.HiltViewModel
import javax.inject.Inject
import kotlinx.coroutines.launch
import org.sopt.dateroad.data.dataremote.util.Date.NEAREST_DATE_START_OUTPUT_FORMAT
import org.sopt.dateroad.data.mapper.toEntity.toEnroll
Expand All @@ -14,7 +15,6 @@ import org.sopt.dateroad.presentation.type.EnrollScreenType
import org.sopt.dateroad.presentation.type.EnrollType
import org.sopt.dateroad.presentation.util.base.BaseViewModel
import org.sopt.dateroad.presentation.util.view.LoadState
import javax.inject.Inject

@HiltViewModel
class EnrollViewModel @Inject constructor(
Expand Down

0 comments on commit 6b7bd97

Please sign in to comment.