Skip to content

Commit 8be01f0

Browse files
committed
CHORE: ktlint 적용
1 parent 74e53e7 commit 8be01f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/src/main/java/com/threegap/bitnagil/data/emotion/datasource/EmotionDataSource.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.threegap.bitnagil.data.emotion.datasource
22

3-
import com.threegap.bitnagil.data.emotion.model.response.MyEmotionResponseDto
43
import com.threegap.bitnagil.data.emotion.model.dto.EmotionDto
4+
import com.threegap.bitnagil.data.emotion.model.response.MyEmotionResponseDto
55
import com.threegap.bitnagil.data.emotion.model.response.RegisterEmotionResponse
66

77
interface EmotionDataSource {

data/src/main/java/com/threegap/bitnagil/data/routine/repositoryImpl/RoutineRepositoryImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package com.threegap.bitnagil.data.routine.repositoryImpl
33
import com.threegap.bitnagil.data.routine.datasource.RoutineRemoteDataSource
44
import com.threegap.bitnagil.data.routine.mapper.toDomain
55
import com.threegap.bitnagil.data.routine.mapper.toDto
6-
import com.threegap.bitnagil.domain.routine.model.Routine
76
import com.threegap.bitnagil.data.routine.model.request.toDto
7+
import com.threegap.bitnagil.domain.routine.model.Routine
88
import com.threegap.bitnagil.domain.routine.model.RoutineByDayDeletion
99
import com.threegap.bitnagil.domain.routine.model.RoutineCompletion
1010
import com.threegap.bitnagil.domain.routine.model.Routines

0 commit comments

Comments
 (0)