diff --git a/types/cast.go b/types/cast.go index 38d8a295..bbb67e0d 100644 --- a/types/cast.go +++ b/types/cast.go @@ -16,7 +16,7 @@ import ( func GetArrayMartix(matrixType string) (baseType string, sizes []int) { for { inType, inSize := GetArrayTypeAndSize(matrixType) - matrixType= inType + matrixType = inType if inSize < 0 { break }