Skip to content

Commit

Permalink
[Refactor/#9] ktlint 포맷 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeun5744 committed Jun 27, 2023
1 parent 1eea508 commit 81ec58c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.android.go.sopt.remote.remoteData.model.MyProfileDto
import org.android.go.sopt.remote.remoteData.model.RequestLogInDto
import org.android.go.sopt.remote.remoteData.model.ResponseLogInDto

class LoginPageRepoImpl(private val loginPageDataSource: LoginPageDataSource):LoginPageRepo {
class LoginPageRepoImpl(private val loginPageDataSource: LoginPageDataSource) : LoginPageRepo {

override suspend fun login(request: RequestLogInDto): ResponseLogInDto {
return loginPageDataSource.login(request)
Expand Down

0 comments on commit 81ec58c

Please sign in to comment.