Skip to content

Commit 9cb8b7c

Browse files
committed
[CHORE/#144] Lint format
1 parent 6ef2876 commit 9cb8b7c

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

app/src/main/java/com/cherrish/android/presentation/calendar/procedure/component/DowntimeBottomSheet.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,8 @@ private fun DowntimeDayPicker(
337337

338338
Text(
339339
text = if (minDowntimeDays == 0 && maxDowntimeDays == 0) {
340-
"보통 다운타임 0일 "
341-
}
342-
else {
340+
"보통 다운타임 0일"
341+
} else {
343342
"보통 $minDowntimeDays-${maxDowntimeDays}"
344343
},
345344
color = CherrishTheme.colors.gray600,

app/src/main/java/com/cherrish/android/presentation/calendar/procedure/content/RecoveryScheduleContent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ fun RecoveryScheduleContent(
8989
}
9090
},
9191
onDone = { focusManager.clearFocus(force = true) },
92-
onNext = { focusManager.moveFocus(focusDirection = FocusDirection.Next) },
92+
onNext = { focusManager.moveFocus(focusDirection = FocusDirection.Next) }
9393
)
9494

9595
if (errorMessage != null) {

app/src/main/java/com/cherrish/android/presentation/onboarding/information/OnboardingInformationScreen.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
package com.cherrish.android.presentation.onboarding.information
22

3-
import androidx.compose.animation.animateContentSize
4-
import androidx.compose.animation.core.Spring
5-
import androidx.compose.animation.core.spring
63
import androidx.compose.foundation.background
74
import androidx.compose.foundation.layout.Arrangement
85
import androidx.compose.foundation.layout.Column
96
import androidx.compose.foundation.layout.PaddingValues
107
import androidx.compose.foundation.layout.Spacer
11-
import androidx.compose.foundation.layout.WindowInsets
128
import androidx.compose.foundation.layout.fillMaxSize
139
import androidx.compose.foundation.layout.fillMaxWidth
1410
import androidx.compose.foundation.layout.height
15-
import androidx.compose.foundation.layout.ime
1611
import androidx.compose.foundation.layout.imePadding
1712
import androidx.compose.foundation.layout.padding
18-
import androidx.compose.foundation.layout.windowInsetsPadding
1913
import androidx.compose.foundation.shape.RoundedCornerShape
2014
import androidx.compose.material3.Scaffold
2115
import androidx.compose.material3.Text

0 commit comments

Comments
 (0)