Apply cargo fmt; add trace output when request signature is bad

This commit is contained in:
Alex Auvolat
2020-07-08 13:33:02 +02:00
parent f22ecb60a8
commit 86fb7bbba5
4 changed files with 9 additions and 13 deletions
+1 -3
View File
@@ -129,9 +129,7 @@ pub async fn handle_delete_objects(
writeln!(&mut retxml, "</DeleteObjectsOutput>").unwrap();
Ok(Response::new(Body::from(
retxml.into_bytes(),
)))
Ok(Response::new(Body::from(retxml.into_bytes())))
}
struct DeleteRequest {