~dricottone/image2ascii

65420f04853ade9f87da7f41e3bb88547bc1baa3 — qeesung 6 years ago 93fe9ac
fixed the resize.go code style issue
1 files changed, 1 insertions(+), 2 deletions(-)

M convert/resize.go
M convert/resize.go => convert/resize.go +1 -2
@@ 52,9 52,8 @@ func ScaleImage(image image.Image, options *Options) (newImage image.Image) {
func charWidth() float64 {
	if isWindows() {
		return 0.714
	} else {
		return 0.5
	}
	return 0.5
}

// Check if current system is windows