Fixed formatting

This commit is contained in:
flipsimon
2022-07-29 14:15:43 +02:00
parent b913c141d2
commit fbcc402dfd

View File

@@ -19,9 +19,7 @@ pub enum Account {
color: String, color: String,
}, },
#[serde(rename_all = "camelCase")] #[serde(rename_all = "camelCase")]
Unconfigured { Unconfigured { id: u32 },
id: u32,
},
} }
impl Account { impl Account {