Remove some random whitespace
This commit is contained in:
parent
84b1c133c5
commit
5b889068da
@ -842,8 +842,6 @@ impl<'a, T> ToSql for &'a T where T: ToSql {
|
||||
fn accepts(ty: &Type) -> bool { T::accepts(ty) }
|
||||
}
|
||||
|
||||
|
||||
|
||||
impl<T: ToSql> ToSql for Option<T> {
|
||||
to_sql_checked!();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user