mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-21 17:51:19 +08:00
Fix whitespace [skip actions]
This commit is contained in:
@@ -14,8 +14,8 @@ import java.util.stream.Collectors;
|
||||
|
||||
public class PacketPersonalLineAllDataRsp extends BasePacket {
|
||||
|
||||
public PacketPersonalLineAllDataRsp(Collection<GameMainQuest> gameMainQuestList) {
|
||||
super(PacketOpcodes.PersonalLineAllDataRsp);
|
||||
public PacketPersonalLineAllDataRsp(Collection<GameMainQuest> gameMainQuestList) {
|
||||
super(PacketOpcodes.PersonalLineAllDataRsp);
|
||||
|
||||
var proto = PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp.newBuilder();
|
||||
|
||||
@@ -31,5 +31,5 @@ public class PacketPersonalLineAllDataRsp extends BasePacket {
|
||||
.forEach(i -> proto.addCanBeUnlockedPersonalLineList(i.getId()));
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user