Remove spurious new line.

This commit is contained in:
Sergio Benitez 2017-03-22 18:57:14 -07:00
parent ae201b1577
commit 22062d1bbe
1 changed files with 0 additions and 1 deletions

View File

@ -17,4 +17,3 @@ pub trait ReadExt: io::Read {
}
impl<T: io::Read> ReadExt for T { }