Skip to content

Commit

Permalink
[refactor]들여쓰기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kmw2378 committed Jun 29, 2024
1 parent 64953a4 commit 6c90f4b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
public record OAuthLoginRequest(
@NotNull(message = "소셜 이름은 필수입니다.") String provider,
@NotNull(message = "소셜 리프레시 토큰은 필수입니다.") String socialAccessToken
) {}
) {
}

0 comments on commit 6c90f4b

Please sign in to comment.