Skip to content

Commit

Permalink
chore: detekt 형식 맞춤
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsooplus committed Dec 26, 2023
1 parent 08dde4e commit 076999a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import javax.inject.Inject

class TokenAuthenticator @Inject constructor(
private val tokenRepository: TokenRepository,
private val authService: AuthService
private val authService: AuthService,
) : Authenticator {
override fun authenticate(route: Route?, response: Response): Request? {
// 1. refresh token으로 갱신 요청
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ abstract class KakaoModule {
@Binds
@Singleton
abstract fun bindsKakaoLoginProvider(
kakaoLoginProviderImpl: KakaoSdkProviderImpl
kakaoLoginProviderImpl: KakaoSdkProviderImpl,
): KakaoSdkProvider
}

0 comments on commit 076999a

Please sign in to comment.