copy / paste issues.

This commit is contained in:
Will Charczuk 2016-07-18 14:53:45 -07:00
parent e2cf11729b
commit 15c94b1e22

View File

@ -30,6 +30,6 @@ type FullValueProvider interface {
// FullBoundedValueProvider is an interface that combines `ValueProvider` and `LastValueProvider` // FullBoundedValueProvider is an interface that combines `ValueProvider` and `LastValueProvider`
type FullBoundedValueProvider interface { type FullBoundedValueProvider interface {
ValueProvider BoundedValueProvider
LastValueProvider BoundedLastValueProvider
} }