summaryrefslogtreecommitdiffstats
path: root/src/registration.rs
diff options
context:
space:
mode:
authorPaul Woolcock <paul@woolcock.us>2020-09-25 16:16:05 -0400
committerPaul Woolcock <paul@woolcock.us>2020-09-25 16:44:06 -0400
commit602bfb7cdd9e25a4447db6de7be90e973a88d93a (patch)
tree6b0b6928361a72f8f6149badd11823915bc2a1d6 /src/registration.rs
parent7487f607e64a3e5149a84c258c6e102354e8ba14 (diff)
use nightly fmt
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";