Please linter to get back to passing lint+unit-test

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler 2020-09-23 08:02:04 -04:00
parent 3e45bfc97d
commit f8e872d1af
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type dynamicTLSServingCertProvider struct {
mutex sync.RWMutex mutex sync.RWMutex
} }
// TODO rename this type to DynamicCertProvider, since we are now going to use it for other types of certs too // TODO rename this type to DynamicCertProvider, since we are now going to use it for other types of certs too.
func NewDynamicTLSServingCertProvider() DynamicTLSServingCertProvider { func NewDynamicTLSServingCertProvider() DynamicTLSServingCertProvider {
return &dynamicTLSServingCertProvider{} return &dynamicTLSServingCertProvider{}
} }