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:
Houmgaor
2026-02-23 21:28:30 +01:00
parent 385b974adc
commit 48639942f6
330 changed files with 1841 additions and 1809 deletions

View File

@@ -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()