Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Jan 2, 2025
1 parent a914253 commit 59098c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utoipa-gen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ pub fn derive_to_schema(input: TokenStream) -> TokenStream {
///
/// * `summary = ...` Allows overriding summary of the path. Value can be literal string or valid
/// rust expression e.g. `include_str!(...)` or `const` reference.
///
///
/// * `description = ...` Allows overriding description of the path. Value can be literal string or valid
/// rust expression e.g. `include_str!(...)` or `const` reference.
///
Expand Down

0 comments on commit 59098c7

Please sign in to comment.