fix: linter

This commit is contained in:
2026-03-23 16:19:17 +03:00
parent 14ef3cf2c5
commit 23121a4741
9 changed files with 100 additions and 101 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ func TestMessageSize(t *testing.T) {
t.Fatalf("proto.Unmarshal: %v", err)
}
if pbOut.PlayerId != 999 || pbOut.Name != "PlayerOne" {
t.Errorf("Proto round-trip mismatch: %+v", pbOut)
t.Errorf("Proto round-trip mismatch: PlayerId=%d Name=%s", pbOut.PlayerId, pbOut.Name)
}
var fbOut benchfbs.MoveMsg