make linter happy

This commit is contained in:
Michael Katzenellenbogen 2025-02-09 12:30:56 -05:00
parent abe2dd0d17
commit 1f22825e50
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ func (t *tlsLoader) LoadCert() error {
return nil
}
func (t *tlsLoader) GetCertificate(info *tls.ClientHelloInfo) (*tls.Certificate, error) {
func (t *tlsLoader) GetCertificate(_ *tls.ClientHelloInfo) (*tls.Certificate, error) {
if t.cert == nil {
return nil, fmt.Errorf("no certificate")
}