style(header): clean up extra whitespace in ContentLength file

This commit is contained in:
Sean McArthur
2017-05-25 10:34:35 -07:00
parent 9688c8b8ae
commit e69cd1ab3a

View File

@@ -32,8 +32,6 @@ use header::{Header, Raw, parsing};
#[derive(Clone, Copy, Debug, PartialEq)] #[derive(Clone, Copy, Debug, PartialEq)]
pub struct ContentLength(pub u64); pub struct ContentLength(pub u64);
//static NAME: &'static str = "Content-Length";
impl Header for ContentLength { impl Header for ContentLength {
#[inline] #[inline]
fn header_name() -> &'static str { fn header_name() -> &'static str {