mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-07 06:16:06 +00:00
fix: 后端代码格式化
This commit is contained in:
@@ -4,7 +4,7 @@ package com.openisle.model;
|
||||
* Status of a post during its lifecycle.
|
||||
*/
|
||||
public enum PostStatus {
|
||||
PUBLISHED,
|
||||
PENDING,
|
||||
REJECTED
|
||||
PUBLISHED,
|
||||
PENDING,
|
||||
REJECTED,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user