Skip to content

Commit

Permalink
Refactor | #4 | @lcomment | checkstyle 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
lcomment committed May 7, 2024
1 parent ec7fe11 commit e7e12db
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ public class OidcProviderFactory {
private final KakaoAuthProvider kakaoAuthProvider;
private final GoogleAuthProvider googleAuthProvider;

public OidcProviderFactory(AppleAuthProvider appleAuthProvider, KakaoAuthProvider kakaoAuthProvider, GoogleAuthProvider googleAuthProvider) {
public OidcProviderFactory(
AppleAuthProvider appleAuthProvider,
KakaoAuthProvider kakaoAuthProvider,
GoogleAuthProvider googleAuthProvider
) {
authProviderMap = new EnumMap<>(Provider.class);

this.appleAuthProvider = appleAuthProvider;
Expand Down

0 comments on commit e7e12db

Please sign in to comment.