mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-08 06:46:05 +00:00
fix: 后端代码格式化
This commit is contained in:
@@ -6,7 +6,7 @@ import lombok.Value;
|
||||
/** Result for OAuth authentication indicating whether a new user was created. */
|
||||
@Value
|
||||
public class AuthResult {
|
||||
User user;
|
||||
boolean newUser;
|
||||
}
|
||||
|
||||
User user;
|
||||
boolean newUser;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user