Reformat code

This commit is contained in:
Tobias Reisinger 2023-11-21 14:58:01 +01:00
parent 271b24b70d
commit a17a9868fa
8 changed files with 40 additions and 33 deletions

View file

@ -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)]