Skip to content

Commit 377d7f7

Browse files
committed
CHORE: ktlint 적용
1 parent c2d363a commit 377d7f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

presentation/src/main/java/com/threegap/bitnagil/presentation/screen/routinewrite/RoutineWrite.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ import com.threegap.bitnagil.presentation.screen.routinewrite.contract.RoutineWr
4242
import com.threegap.bitnagil.presentation.screen.routinewrite.contract.RoutineWriteState
4343
import com.threegap.bitnagil.presentation.screen.routinewrite.model.Day
4444
import com.threegap.bitnagil.presentation.screen.routinewrite.model.RepeatType
45-
import com.threegap.bitnagil.presentation.screen.routinewrite.model.Time
4645
import com.threegap.bitnagil.presentation.screen.routinewrite.model.RoutineWriteType
46+
import com.threegap.bitnagil.presentation.screen.routinewrite.model.Time
4747
import com.threegap.bitnagil.presentation.util.toast.GlobalBitnagilToast
4848
import org.orbitmvi.orbit.compose.collectAsState
4949
import org.orbitmvi.orbit.compose.collectSideEffect

presentation/src/main/java/com/threegap/bitnagil/presentation/screen/routinewrite/RoutineWriteViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import com.threegap.bitnagil.presentation.screen.routinewrite.contract.RoutineWr
1313
import com.threegap.bitnagil.presentation.screen.routinewrite.model.Date
1414
import com.threegap.bitnagil.presentation.screen.routinewrite.model.Day
1515
import com.threegap.bitnagil.presentation.screen.routinewrite.model.RepeatType
16+
import com.threegap.bitnagil.presentation.screen.routinewrite.model.RoutineWriteType
1617
import com.threegap.bitnagil.presentation.screen.routinewrite.model.SelectableDay
1718
import com.threegap.bitnagil.presentation.screen.routinewrite.model.SubRoutineUiModel
1819
import com.threegap.bitnagil.presentation.screen.routinewrite.model.Time
19-
import com.threegap.bitnagil.presentation.screen.routinewrite.model.RoutineWriteType
2020
import com.threegap.bitnagil.presentation.screen.routinewrite.model.navarg.RoutineWriteScreenArg
2121
import com.threegap.bitnagil.presentation.screen.routinewrite.model.toUiModel
2222
import dagger.assisted.Assisted

presentation/src/main/java/com/threegap/bitnagil/presentation/screen/routinewrite/contract/RoutineWriteState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import com.threegap.bitnagil.domain.recommendroutine.model.RecommendCategory
55
import com.threegap.bitnagil.presentation.screen.routinewrite.model.Date
66
import com.threegap.bitnagil.presentation.screen.routinewrite.model.Day
77
import com.threegap.bitnagil.presentation.screen.routinewrite.model.RepeatType
8+
import com.threegap.bitnagil.presentation.screen.routinewrite.model.RoutineWriteType
89
import com.threegap.bitnagil.presentation.screen.routinewrite.model.SelectableDay
910
import com.threegap.bitnagil.presentation.screen.routinewrite.model.Time
10-
import com.threegap.bitnagil.presentation.screen.routinewrite.model.RoutineWriteType
1111
import kotlinx.parcelize.Parcelize
1212

1313
@Parcelize

0 commit comments

Comments
 (0)