cargo fmt

This commit is contained in:
Martin Algesten
2019-10-20 10:41:35 +02:00
parent ed999b579d
commit e936d5ea74
5 changed files with 10 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ impl Payload {
let len = bytes.len();
let cursor = Cursor::new(bytes);
SizedReader::new(Some(len), Box::new(cursor))
},
}
}
}
}