remove space

This commit is contained in:
Ahrav Dutta 2024-10-28 11:59:37 -07:00
parent 744c9f367c
commit f270e9fd4d

View file

@ -43,7 +43,6 @@ var (
ErrEmptyReader = errors.New("reader is empty")
// ErrProcessingFatal indicates a severe error that requires stopping the file processing.
ErrProcessingFatal = errors.New("fatal error processing file")
// ErrProcessingWarning indicates a recoverable error that can be logged,