From adcc2ce9af6deea948d3936c37a804eaa0b396ed Mon Sep 17 00:00:00 2001 From: t1nm1ksun Date: Tue, 27 Aug 2024 19:31:19 +0900 Subject: [PATCH] [chore] #188 ktlint Format --- .../ui/coursedetail/CourseDetailScreen.kt | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailScreen.kt b/app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailScreen.kt index d96841f7..abcd5ace 100644 --- a/app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailScreen.kt +++ b/app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailScreen.kt @@ -206,21 +206,21 @@ fun CourseDetailScreen( ) } - when (isViewable) { - true -> { - courseDetailOpenedDetail( - description = description, - startAt = startAt, - places = places, - totalCost = totalCost, - tags = tags.mapNotNull { tag -> tag.getDateTagTypeByName() } - ) - if (!isCourseMine) { - item { - Spacer(modifier = Modifier.height(86.dp)) + when (isViewable) { + true -> { + courseDetailOpenedDetail( + description = description, + startAt = startAt, + places = places, + totalCost = totalCost, + tags = tags.mapNotNull { tag -> tag.getDateTagTypeByName() } + ) + if (!isCourseMine) { + item { + Spacer(modifier = Modifier.height(86.dp)) + } } } - } false -> { item {