Skip to content

Commit ebc8377

Browse files
Merge pull request #13 from Checkmarx/miryamFoifer/updateFieldType
Update EndIndex Field Type To Int (AST-102223)
2 parents 8187681 + 15bb062 commit ebc8377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type ImageLocation struct {
3030
FinalStage bool
3131
Line int
3232
StartIndex int
33-
EndIndex bool
33+
EndIndex int
3434
}
3535

3636
const (

0 commit comments

Comments
 (0)