bad interface format

This commit is contained in:
Will Charczuk 2016-07-18 15:44:22 -07:00
parent 4d6c22a45c
commit 8ae941be24

View File

@ -19,7 +19,7 @@ type LastValueProvider interface {
// BoundedLastValueProvider is a special type of value provider that can return it's (potentially computed) bounded last value.
type BoundedLastValueProvider interface {
GetBoundedLastValue(index int) (x, y1, y2 float64)
GetBoundedLastValue() (x, y1, y2 float64)
}
// FullValueProvider is an interface that combines `ValueProvider` and `LastValueProvider`