diff options
| author | 2020-08-19 01:30:46 +0200 | |
|---|---|---|
| committer | 2020-08-25 10:42:53 +0200 | |
| commit | f0257949856a9a7edf747684925f85d2ce811198 (patch) | |
| tree | 82a4d93f2a467078c0b4e16932551a5ef5a02d13 /core | |
| parent | 1b980bc6e823b7e049f5bb86d039e3b7db5ce353 (diff) | |
| download | iced-f0257949856a9a7edf747684925f85d2ce811198.tar.gz iced-f0257949856a9a7edf747684925f85d2ce811198.tar.bz2 iced-f0257949856a9a7edf747684925f85d2ce811198.zip | |
Update styling example
Also run `cargo fmt`
Diffstat (limited to 'core')
| -rw-r--r-- | core/src/background.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/core/src/background.rs b/core/src/background.rs index 54a9cad2..cfb95867 100644 --- a/core/src/background.rs +++ b/core/src/background.rs @@ -18,4 +18,4 @@ impl From<Color> for Option<Background> {      fn from(color: Color) -> Self {          Some(Background::from(color))      } -}
\ No newline at end of file +} | 
