Format code [skip actions]

This commit is contained in:
github-actions
2023-09-08 03:35:28 +00:00
Unverified
parent fc42f665a7
commit cdcdf924bd
24 changed files with 236 additions and 184 deletions
@@ -11,8 +11,9 @@ public class PacketHomeAvatarAllFinishRewardNotify extends BasePacket {
var list = player.getHome().getFinishedRewardEventIdSet();
if (list != null) {
this.setData(HomeAvatarAllFinishRewardNotifyOuterClass.HomeAvatarAllFinishRewardNotify.newBuilder()
.addAllEventIdList(player.getHome().getFinishedRewardEventIdSet()));
this.setData(
HomeAvatarAllFinishRewardNotifyOuterClass.HomeAvatarAllFinishRewardNotify.newBuilder()
.addAllEventIdList(player.getHome().getFinishedRewardEventIdSet()));
}
}
}