Reformat code
This commit is contained in:
parent
271b24b70d
commit
a17a9868fa
8 changed files with 40 additions and 33 deletions
src
|
@ -1,7 +1,8 @@
|
|||
use std::sync::RwLock;
|
||||
|
||||
use config::Config;
|
||||
use lazy_static::lazy_static;
|
||||
use serde_derive::Deserialize;
|
||||
use std::sync::RwLock;
|
||||
|
||||
#[derive(Clone, Debug, Deserialize)]
|
||||
#[serde(default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue