mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-08 03:57:01 +01:00
chore(lint): Run rustfmt
This commit is contained in:
@@ -11,9 +11,9 @@ use std::net::SocketAddr;
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
use hyper::header;
|
||||
use percent_encoding::{percent_encode, AsciiSet, CONTROLS};
|
||||
use tokio::sync::oneshot;
|
||||
use url::form_urlencoded;
|
||||
use percent_encoding::{percent_encode, AsciiSet, CONTROLS};
|
||||
|
||||
const QUERY_SET: AsciiSet = CONTROLS.add(b' ').add(b'"').add(b'#').add(b'<').add(b'>');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user