Fix formatting of test in docblock

This commit is contained in:
Timothy Warren 2019-07-19 12:47:22 -04:00
parent eb838306ec
commit 1ec5b3d9ee
1 changed files with 3 additions and 3 deletions

View File

@ -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 {