Update styling example

Also run `cargo fmt`
This commit is contained in:
Kaiden42 2020-08-19 01:30:46 +02:00 committed by Héctor Ramón Jiménez
parent 1b980bc6e8
commit f025794985
2 changed files with 20 additions and 29 deletions

View file

@ -18,4 +18,4 @@ impl From<Color> for Option<Background> {
fn from(color: Color) -> Self {
Some(Background::from(color))
}
}
}