fix: linter
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -624,6 +624,7 @@ PlayerSettings:
|
||||
platformArchitecture: {}
|
||||
scriptingBackend:
|
||||
Android: 1
|
||||
Standalone: 1
|
||||
il2cppCompilerConfiguration: {}
|
||||
il2cppCodeGeneration: {}
|
||||
il2cppStacktraceInformation: {}
|
||||
|
||||
Reference in New Issue
Block a user