add trailing newline

This commit is contained in:
Ryan Leckey
2020-03-17 01:11:15 -07:00
parent c76b3147d5
commit ced6713f57
2 changed files with 2 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ pub type MySqlPool = crate::pool::Pool<MySqlConnection>;
make_query_as!(MySqlQueryAs, MySql, MySqlRow);
impl_map_row_for_row!(MySql, MySqlRow);
impl_column_index_for_row!(MySql);
impl_from_row_for_tuples!(MySql, MySqlRow);
impl_from_row_for_tuples!(MySql, MySqlRow);

View File

@@ -29,4 +29,4 @@ pub type PgPool = crate::pool::Pool<PgConnection>;
make_query_as!(PgQueryAs, Postgres, PgRow);
impl_map_row_for_row!(Postgres, PgRow);
impl_column_index_for_row!(Postgres);
impl_from_row_for_tuples!(Postgres, PgRow);
impl_from_row_for_tuples!(Postgres, PgRow);