mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 01:15:52 +01:00
Fix whitespace [skip actions]
This commit is contained in:
@@ -12,7 +12,7 @@ public class CompoundData extends GameResource {
|
||||
private int id;
|
||||
|
||||
@Override
|
||||
public int getId(){return this.id;}
|
||||
public int getId() {return this.id;}
|
||||
@Getter private int groupId;
|
||||
@Getter private int rankLevel;
|
||||
@Getter private boolean isDefaultUnlocked;
|
||||
|
||||
@@ -20,9 +20,9 @@ public class CookRecipeData extends GameResource {
|
||||
@Getter List<ItemParamData> inputVec;
|
||||
|
||||
@Override
|
||||
public int getId() {
|
||||
return this.id;
|
||||
}
|
||||
public int getId() {
|
||||
return this.id;
|
||||
}
|
||||
@Override
|
||||
public void onLoad() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user