mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
Fixed formatting
This commit is contained in:
@@ -19,9 +19,7 @@ pub enum Account {
|
||||
color: String,
|
||||
},
|
||||
#[serde(rename_all = "camelCase")]
|
||||
Unconfigured {
|
||||
id: u32,
|
||||
},
|
||||
Unconfigured { id: u32 },
|
||||
}
|
||||
|
||||
impl Account {
|
||||
|
||||
Reference in New Issue
Block a user