go fmt formatted codegen
This commit is contained in:
parent
3709d1ca57
commit
e292b9559e
1
Makefile
1
Makefile
|
@ -16,3 +16,4 @@ generate-code:
|
|||
-functionFile function.go \
|
||||
-typeFile type.go \
|
||||
-unmarshalerFile unmarshaler.go
|
||||
go fmt ./client
|
||||
|
|
|
@ -20350,4 +20350,3 @@ func (*TestVectorStringObject) GetClass() string {
|
|||
func (*TestVectorStringObject) GetType() string {
|
||||
return TypeTestVectorStringObject
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue