Skip to content

Commit 94f1300

Browse files
committed
CHORE: 일부 라인 개행
1 parent 8be01f0 commit 94f1300

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/src/main/java/com/threegap/bitnagil/data/recommendroutine/service/RecommendRoutineService.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ interface RecommendRoutineService {
1111
suspend fun fetchRecommendRoutines(): BaseResponse<RecommendRoutinesDto>
1212

1313
@GET("/api/v1/recommend-routines/{recommendedRoutineId}")
14-
suspend fun getRecommendRoutine(@Path("recommendedRoutineId") recommendedRoutineId: Int): BaseResponse<RecommendedRoutineDto>
14+
suspend fun getRecommendRoutine(
15+
@Path("recommendedRoutineId") recommendedRoutineId: Int,
16+
): BaseResponse<RecommendedRoutineDto>
1517
}

0 commit comments

Comments
 (0)