Skip to content

Commit 5239944

Browse files
author
Leon Lux
committed
run cargo format
1 parent b7c7da7 commit 5239944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/src/types/json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ use crate::types::Type;
5151
/// dewey_decimal: sqlx::types::Json<HashMap<String, Book>>
5252
/// }
5353
/// ```
54-
///
54+
///
5555
/// If the query macros are used, it is necessary to tell the macro to use
5656
/// the `Json` adapter by using the type override syntax
5757
/// ```

0 commit comments

Comments
 (0)