We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39ee47 commit 6210262Copy full SHA for 6210262
crates/stackable-webhook/src/tls/mod.rs
@@ -73,8 +73,8 @@ impl TlsServer {
73
let (cert_tx, cert_rx) = mpsc::channel(1);
74
75
let cert_resolver = CertificateResolver::new(subject_alterative_dns_names, cert_tx)
76
- .await
77
- .context(CreateCertificateResolverSnafu)?
+ .await
+ .context(CreateCertificateResolverSnafu)?;
78
let cert_resolver = Arc::new(cert_resolver);
79
80
let tls_provider = default_provider();
0 commit comments