Skip to content

Commit 111469c

Browse files
committed
chore/#131: ktlint
1 parent e523e7a commit 111469c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

feature/lectureevaluation/viewerreporter/src/main/java/com/suwiki/feature/lectureevaluation/viewerreporter/LectureEvaluationViewModel.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ class LectureEvaluationViewModel @Inject constructor(
6565
}
6666

6767
fun updateAlignItem(position: Int) = intent {
68-
6968
reduce {
7069
state.copy(
7170
selectedAlignPosition = position,
@@ -141,7 +140,6 @@ class LectureEvaluationViewModel @Inject constructor(
141140
)
142141
}
143142

144-
145143
private suspend fun checkLoggedIn() {
146144
isLoggedIn = getUserInfoUseCase().catch { }.lastOrNull()?.isLoggedIn == true
147145
}

feature/timetable/src/main/java/com/suwiki/feature/timetable/openlecture/OpenLectureViewModel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ class OpenLectureViewModel @Inject constructor(
209209
)
210210
}
211211

212-
213212
fun showGradeBottomSheet() = intent { reduce { state.copy(showSchoolLevelBottomSheet = true) } }
214213
fun hideGradeBottomSheet() = intent { reduce { state.copy(showSchoolLevelBottomSheet = false) } }
215214
fun popBackStack() = intent { postSideEffect(OpenLectureSideEffect.PopBackStack) }

0 commit comments

Comments
 (0)