mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 16:52:35 +08:00
Fix whitespace [skip actions]
This commit is contained in:
@@ -21,12 +21,12 @@ public class AvatarSkillData extends GameResource {
|
||||
@Getter private String abilityName;
|
||||
|
||||
@Override
|
||||
public int getId(){
|
||||
public int getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLoad() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLoad() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user