summaryrefslogtreecommitdiffstats
path: root/src/registration.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/registration.rs')
-rw-r--r--src/registration.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/registration.rs b/src/registration.rs
index 3486f1b..1ac5e7f 100644
--- a/src/registration.rs
+++ b/src/registration.rs
@@ -9,7 +9,11 @@ use crate::{
apps::{App, AppBuilder},
http_send::{HttpSend, HttpSender},
scopes::Scopes,
- Data, Error, Mastodon, MastodonBuilder, Result,
+ Data,
+ Error,
+ Mastodon,
+ MastodonBuilder,
+ Result,
};
const DEFAULT_REDIRECT_URI: &str = "urn:ietf:wg:oauth:2.0:oob";