Location now stores width instead of Error

This commit is contained in:
Sasha Koshka 2022-08-12 13:43:09 -05:00
parent 050c956787
commit 7914f0df45
6 changed files with 11 additions and 12 deletions

View File

@ -12,7 +12,6 @@ const (
type Error struct { type Error struct {
Location Location
width int
message string message string
kind ErrorKind kind ErrorKind
} }