This commit is contained in:
veeso
2023-10-01 16:20:04 +02:00
parent 19992402e2
commit 15caef83e6
2 changed files with 11 additions and 2 deletions

View File

@@ -524,7 +524,7 @@ mod tests {
#[test]
fn test_config_serialization_theme_serialize() {
let mut theme: Theme = Theme {
let theme: Theme = Theme {
auth_address: Color::Rgb(240, 240, 240),
..Default::default()
};