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