Skip to content

Commit 5b88906

Browse files
committed
Remove some random whitespace
1 parent 84b1c13 commit 5b88906

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/types/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,8 +842,6 @@ impl<'a, T> ToSql for &'a T where T: ToSql {
842842
fn accepts(ty: &Type) -> bool { T::accepts(ty) }
843843
}
844844

845-
846-
847845
impl<T: ToSql> ToSql for Option<T> {
848846
to_sql_checked!();
849847

0 commit comments

Comments
 (0)