mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-21 14:30:59 +08:00
fix: 后端代码格式化
This commit is contained in:
@@ -5,7 +5,8 @@ import lombok.Data;
|
||||
/** DTO representing a parent comment. */
|
||||
@Data
|
||||
public class ParentCommentDto {
|
||||
private Long id;
|
||||
private String author;
|
||||
private String content;
|
||||
|
||||
private Long id;
|
||||
private String author;
|
||||
private String content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user