Skip to content

Commit 516f94d

Browse files
committed
formatiing
1 parent 25c1e80 commit 516f94d

File tree

1 file changed

+1
-2
lines changed
  • crates/stackable-webhook/src

1 file changed

+1
-2
lines changed

crates/stackable-webhook/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ pub struct WebhookServer {
6969

7070
#[derive(Clone, Debug)]
7171
pub struct WebhookServerOptions {
72-
/// The HTTPS socket address the [`TcpListener`][tokio::net::TcpListener]
73-
/// binds to.
72+
/// The HTTPS socket address the [`TcpListener`][tokio::net::TcpListener] binds to.
7473
pub socket_addr: SocketAddr,
7574

7675
/// The namespace the operator/webhook is running in.

0 commit comments

Comments
 (0)