summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-25 23:20:26 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-25 23:20:26 +0200
commit70fd296ccc69ae135bfbe693b8404d5409ae4332 (patch)
treee7be5cd7d3a07ef7e3df892ef6ca7d2c10fe776b
parentf0788b9f373f44248e55b068d9d0d494d628ba93 (diff)
downloadiced-70fd296ccc69ae135bfbe693b8404d5409ae4332.tar.gz
iced-70fd296ccc69ae135bfbe693b8404d5409ae4332.tar.bz2
iced-70fd296ccc69ae135bfbe693b8404d5409ae4332.zip
Remove unnecessary newline
-rw-r--r--winit/src/settings/windows.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/winit/src/settings/windows.rs b/winit/src/settings/windows.rs
index ce18da75..45d753bd 100644
--- a/winit/src/settings/windows.rs
+++ b/winit/src/settings/windows.rs
@@ -1,5 +1,4 @@
//! Platform specific settings for Windows.
-
use raw_window_handle::RawWindowHandle;
/// The platform specific window settings of an application.