diff options
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 +} |