Run nightly cargo fmt

This commit is contained in:
Devin Ragotzy 2021-03-04 08:45:23 -05:00
parent d0df8b495c
commit 0d55964d24
7 changed files with 30 additions and 18 deletions

View file

@ -1,6 +1,8 @@
use crate::{utils, Error, Result};
use std::collections::HashMap;
use std::sync::{Arc, RwLock};
use std::{
collections::HashMap,
sync::{Arc, RwLock},
};
#[derive(Clone)]
pub struct Appservice {