summaryrefslogtreecommitdiffstats
path: root/src/apps.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps.rs')
-rw-r--r--src/apps.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/apps.rs b/src/apps.rs
index 98fae0d..e3ce035 100644
--- a/src/apps.rs
+++ b/src/apps.rs
@@ -3,8 +3,10 @@ use std::borrow::Cow;
use serde::Serialize;
use try_from::TryInto;
-use crate::errors::{Error, Result};
-use crate::scopes::Scopes;
+use crate::{
+ errors::{Error, Result},
+ scopes::Scopes,
+};
/// Represents an application that can be registered with a mastodon instance
#[derive(Clone, Debug, Default, Serialize, PartialEq)]