Fix formatting of test in docblock
This commit is contained in:
parent
eb838306ec
commit
1ec5b3d9ee
@ -104,9 +104,9 @@ enum QueryType {
|
||||
/// # assert_eq!(
|
||||
/// # sql,
|
||||
/// # r#"SELECT "field" AS "f"
|
||||
/// FROM "table" "t"
|
||||
/// INNER JOIN "table_two" "tt" ON "field2" AS "ff"=f
|
||||
/// WHERE "f" > ?"#
|
||||
/// # FROM "table" "t"
|
||||
/// # INNER JOIN "table_two" "tt" ON "field2" AS "ff"=f
|
||||
/// # WHERE "f" > ?"#
|
||||
/// # );
|
||||
/// ```
|
||||
pub struct QueryBuilder {
|
||||
|
Loading…
Reference in New Issue
Block a user