Remove spurious new line.

This commit is contained in:
Sergio Benitez 2017-03-22 18:57:14 -07:00
parent b303ae08f1
commit c18e121f94

View File

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