This commit is contained in:
Seth Pollack
2019-03-15 17:33:17 -04:00
parent 18f6328284
commit 56965a0046

View File

@@ -38,6 +38,6 @@ func (p testonlyFactory) Get(_ string, args []string) ([]kv.Pair, error) {
return kvs, nil
}
func (p *testonlyFactory) load(name string) (KVSource, error) {
func (p *testonlyFactory) load(_ string) (KVSource, error) {
return p, nil
}