Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Dec 18, 2024
1 parent 09de028 commit ac7b58b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cable-tunnel-server/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,7 @@ where
};
let server_state = server_state.clone();
let service =
service_fn(move |req| {
request_handler(server_state.clone(), remote_addr, req)
});
service_fn(move |req| request_handler(server_state.clone(), remote_addr, req));
let tls_acceptor = tls_acceptor.clone();

let span = info_span!("handle_connection", addr = remote_addr.to_string());
Expand Down

0 comments on commit ac7b58b

Please sign in to comment.