mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-13 01:34:08 +08:00
Run IntelliJ IDEA code formatter
This commit is contained in:
@@ -10,8 +10,8 @@ public class PacketSetWidgetSlotRsp extends BasePacket {
|
||||
super(PacketOpcodes.SetWidgetSlotRsp);
|
||||
|
||||
SetWidgetSlotRspOuterClass.SetWidgetSlotRsp proto = SetWidgetSlotRspOuterClass.SetWidgetSlotRsp.newBuilder()
|
||||
.setMaterialId(materialId)
|
||||
.build();
|
||||
.setMaterialId(materialId)
|
||||
.build();
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user