Skip to content

Commit 21c8523

Browse files
authored
Fix missing semicolon in UserPatchNickRequest
1 parent dc55342 commit 21c8523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gdg/linking/domain/user/dto/request/UserPatchNickRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class UserPatchNickRequest {
1414
private String nickName;
1515

1616
@Schema(description = "변경할 코드", example = "PAWN")
17-
private String imageCode
17+
private String imageCode;
1818

1919
}
2020

0 commit comments

Comments
 (0)