Fix Rust fmt error.

This commit is contained in:
Orne Brocaar 2023-04-26 11:52:50 +01:00
parent 0a294e41b5
commit 58bd8eb5b4

View File

@ -33,7 +33,6 @@ pub struct Configuration {
pub regions: Vec<Region>,
}
#[derive(Serialize, Deserialize, Clone)]
#[serde(default)]
pub struct Logging {