Run cargo fmt using nightly
This commit is contained in:
parent
56b816a2be
commit
a0ecd76e21
6 changed files with 37 additions and 24 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue