mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-26 01:23:13 +01:00
style: run gofmt across entire codebase
330 non-vendor files had minor formatting inconsistencies (comment alignment, whitespace). No logic changes.
This commit is contained in:
@@ -361,7 +361,7 @@ func TestBuildParseUpdateObjectBinary(t *testing.T) {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
original := &MsgSysUpdateObjectBinary{
|
||||
ObjectHandleID: tt.unk0,
|
||||
Unk1: tt.unk1,
|
||||
Unk1: tt.unk1,
|
||||
}
|
||||
|
||||
bf := byteframe.NewByteFrame()
|
||||
@@ -768,7 +768,7 @@ func TestBuildParseEnumerateDistItem(t *testing.T) {
|
||||
AckHandle: tt.ackHandle,
|
||||
DistType: tt.distType,
|
||||
Unk1: tt.unk1,
|
||||
MaxCount: tt.unk2,
|
||||
MaxCount: tt.unk2,
|
||||
}
|
||||
|
||||
bf := byteframe.NewByteFrame()
|
||||
|
||||
Reference in New Issue
Block a user