whitespace

This commit is contained in:
Will Charczuk 2017-03-05 23:39:37 -08:00
parent 8e91a3446f
commit 10de6fa9bf

View file

@ -314,7 +314,6 @@ func (c Chart) checkRanges(xr, yr, yra Range) error {
if math.IsNaN(yDelta) { if math.IsNaN(yDelta) {
return errors.New("nan y-range delta") return errors.New("nan y-range delta")
} }
if yDelta == 0 { if yDelta == 0 {
return errors.New("zero y-range delta") return errors.New("zero y-range delta")
} }