Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed Sep 27, 2024
1 parent d380e54 commit 5c092e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sbv2_api/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ mod error;
use crate::error::AppResult;

#[derive(OpenApi)]
#[openapi(
paths(models, synthesize),
components(schemas(SynthesizeRequest))
)]
#[openapi(paths(models, synthesize), components(schemas(SynthesizeRequest)))]
struct ApiDoc;

#[utoipa::path(
Expand Down

0 comments on commit 5c092e8

Please sign in to comment.