Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 committed Sep 19, 2024
1 parent fa953ba commit 5bf367b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/cast.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 5bf367b

Please sign in to comment.