Skip to content

Commit

Permalink
run cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachstec committed Aug 20, 2024
1 parent b7c7da7 commit 5239944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/src/types/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ use crate::types::Type;
/// dewey_decimal: sqlx::types::Json<HashMap<String, Book>>
/// }
/// ```
///
///
/// If the query macros are used, it is necessary to tell the macro to use
/// the `Json` adapter by using the type override syntax
/// ```
Expand Down

0 comments on commit 5239944

Please sign in to comment.