Remove some random whitespace

This commit is contained in:
Steven Fackler 2015-11-12 20:52:31 -08:00
parent 84b1c133c5
commit 5b889068da

View File

@ -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!();