fix lint
This commit is contained in:
parent
839d00558a
commit
a22ad697cf
@ -449,7 +449,7 @@ type ProviderAPI struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *ProviderAPI) Version(context.Context) (api.Version, error) {
|
func (p *ProviderAPI) Version(context.Context) (api.Version, error) {
|
||||||
return api.Version(api.ProviderAPIVersion0), nil
|
return api.ProviderAPIVersion0, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Trigger shutdown
|
// Trigger shutdown
|
||||||
|
Loading…
Reference in New Issue
Block a user