Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated for fmt
  • Loading branch information
nnshah1 committed Jul 22, 2025
commit dd109ef6e662bacb273197e2d991e64bd33b634c
1 change: 0 additions & 1 deletion lib/runtime/src/http_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ async fn health_handler(state: Arc<HttpServerState>) -> impl IntoResponse {
tracing::trace!("Response {}", response.to_string());

(status_code, response.to_string())

}

/// Metrics handler with DistributedRuntime uptime
Expand Down
Loading