mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-17 17:46:31 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
type WarriorT struct {
|
||||
Name string `json:"name"`
|
||||
Hp uint32 `json:"hp"`
|
||||
Hp uint32 `json:"hp"`
|
||||
}
|
||||
|
||||
func (t *WarriorT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
|
||||
|
||||
Reference in New Issue
Block a user