mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Fixed formatting
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user