summaryrefslogtreecommitdiffstats
path: root/src/apps.rs
diff options
context:
space:
mode:
authorPaul Woolcock <paul@woolcock.us>2020-09-25 13:41:09 -0400
committerPaul Woolcock <paul@woolcock.us>2020-09-25 16:44:06 -0400
commita69d0ea928590cc2a20505c1bbf59d62b5d550a1 (patch)
tree64285e02e9ad7dae9ab44de7da1f080463760e99 /src/apps.rs
parent0b4ee7bfb285aa7c095ac050e2e0b8c659022113 (diff)
Cargo-fmt pass
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)]