Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrel6 committed Dec 6, 2024
1 parent ed5fef3 commit 6d4c7f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data-plane/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,10 @@ async fn start_data_plane(
log::debug!("Data plane TCP server created");

log::info!("TLS Termination enabled in dataplane. Running tls server.");
if let Err(e) = data_plane::server::server::run(server, data_plane_port, context, env_loader).await {
log::error!("Failed to run data plane - {e}");
if let Err(e) =
data_plane::server::server::run(server, data_plane_port, context, env_loader).await
{
log::error!("Failed to run data plane - {e}");
}
}

Expand Down

0 comments on commit 6d4c7f0

Please sign in to comment.