Skip to content

Commit

Permalink
chore:TOP-96 코딩 컨벤션 체크
Browse files Browse the repository at this point in the history
  • Loading branch information
taewooyo committed Jul 11, 2024
1 parent 991a242 commit 9ae758c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
//import kotlinx.coroutines.test.TestCoroutineScheduler
//import kotlinx.coroutines.test.runTest
import kotlinx.coroutines.ExperimentalCoroutinesApi
import org.assertj.core.api.Assertions.assertThat
import org.junit.Before
import org.junit.Test

@Suppress("NonAsciiCharacters")
@ExperimentalCoroutinesApi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.tht.tht.data.repository
import com.tht.tht.data.local.datasource.SignupUserDataSource
import com.tht.tht.data.local.datasource.TermsDataSource
import com.tht.tht.data.local.entity.SignupUserEntity
import com.tht.tht.data.local.entity.TermsEntity
import com.tht.tht.data.local.mapper.toEntity
import com.tht.tht.data.local.mapper.toModel
import com.tht.tht.data.remote.datasource.signup.SignupApiDataSource
Expand Down

0 comments on commit 9ae758c

Please sign in to comment.