mirror of
https://github.com/fishtailstudio/imgo
synced 2025-10-05 08:16:58 +08:00
Replace space indent with tab
This commit is contained in:
10
errors.go
10
errors.go
@@ -3,9 +3,9 @@ package imgo
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrSourceImageIsNil = errors.New("source image is nil")
|
||||
ErrSourceNotSupport = errors.New("source not support")
|
||||
ErrSourceStringIsEmpty = errors.New("source string is empty")
|
||||
ErrSourceImageNotSupport = errors.New("source image not support")
|
||||
ErrSaveImageFormatNotSupport = errors.New("save image format not support")
|
||||
ErrSourceImageIsNil = errors.New("source image is nil")
|
||||
ErrSourceNotSupport = errors.New("source not support")
|
||||
ErrSourceStringIsEmpty = errors.New("source string is empty")
|
||||
ErrSourceImageNotSupport = errors.New("source image not support")
|
||||
ErrSaveImageFormatNotSupport = errors.New("save image format not support")
|
||||
)
|
||||
|
Reference in New Issue
Block a user