Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoverton committed Jul 8, 2024
1 parent 3cece04 commit 0796fde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/sdk/src/default_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,9 @@ async fn get_capabilities<C: Connector>() -> JsonResponse<CapabilitiesResponse>
let capabilities = C::get_capabilities().await;
CapabilitiesResponse {
version: ndc_models::VERSION.into(),
capabilities
}.into()
capabilities,
}
.into()
}

async fn get_health<C: Connector>(State(state): State<ServerState<C>>) -> Result<(), HealthError> {
Expand Down

0 comments on commit 0796fde

Please sign in to comment.