diff options
Diffstat (limited to 'src/config.rs')
-rw-r--r-- | src/config.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.rs b/src/config.rs index 7e4ee1d2..6b2377e5 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1597,9 +1597,9 @@ fn deserialize_scale_with_dpi<'a, D>(deserializer: D) -> ::std::result::Result<O let _ignored = bool::deserialize(deserializer); eprintln!("{}", Yellow("The `scale_with_dpi` setting has been removed, \ - on X11 the WINIT_HIDPI_FACTOR environment variable can be used instead.")); - Ok(None) - + on X11 the WINIT_HIDPI_FACTOR environment variable can be used instead.") + ); + Ok(None) } fn default_bold_desc() -> FontDescription { |