Skip to content

Commit

Permalink
chore: ktlint check
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsooplus committed Jul 8, 2024
1 parent e286f6c commit 1f5dfd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fun TermResponse.toModel(): Term = Term(
id = id,
title = title,
isEssential = isEssential,
canRead = isIncludeDetail
canRead = isIncludeDetail,
)

fun TermDetailResponse.toModel(): TermDetail = TermDetail(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package com.susu.feature.loginsignup.signup

import androidx.lifecycle.viewModelScope
import com.susu.core.model.Term
import com.susu.core.ui.base.BaseViewModel
import com.susu.domain.usecase.loginsignup.GetTermDetailUseCase
import com.susu.domain.usecase.loginsignup.GetTermsUseCase
import dagger.hilt.android.lifecycle.HiltViewModel
import kotlinx.collections.immutable.PersistentList
import kotlinx.collections.immutable.toPersistentList
import kotlinx.coroutines.launch
import javax.inject.Inject
Expand Down

0 comments on commit 1f5dfd9

Please sign in to comment.