mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-03 01:46:18 +01:00
chore(fmt): rustfmt
This commit is contained in:
@@ -208,7 +208,7 @@ impl<'c, FD: 'static + FlowDelegate + Clone + Send, C: 'c + hyper::client::conne
|
||||
r.into_body()
|
||||
.concat2()
|
||||
.map(|c| String::from_utf8(c.into_bytes().to_vec()).unwrap())
|
||||
// TODO: error handling
|
||||
// TODO: error handling
|
||||
})
|
||||
.then(|body_or| {
|
||||
let resp = match body_or {
|
||||
|
||||
Reference in New Issue
Block a user