mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-17 09:24:50 +01:00
go fmt
This commit is contained in:
@@ -6,10 +6,10 @@ import (
|
||||
)
|
||||
|
||||
// MsgMhfSavePlateBox represents the MSG_MHF_SAVE_PLATE_BOX
|
||||
type MsgMhfSavePlateBox struct{
|
||||
AckHandle uint32
|
||||
DataSize uint32
|
||||
IsDataDiff bool
|
||||
type MsgMhfSavePlateBox struct {
|
||||
AckHandle uint32
|
||||
DataSize uint32
|
||||
IsDataDiff bool
|
||||
RawDataPayload []byte
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user