diff options
author | 2023-05-25 23:20:26 +0200 | |
---|---|---|
committer | 2023-05-25 23:20:26 +0200 | |
commit | 70fd296ccc69ae135bfbe693b8404d5409ae4332 (patch) | |
tree | e7be5cd7d3a07ef7e3df892ef6ca7d2c10fe776b | |
parent | f0788b9f373f44248e55b068d9d0d494d628ba93 (diff) | |
download | iced-70fd296ccc69ae135bfbe693b8404d5409ae4332.tar.gz iced-70fd296ccc69ae135bfbe693b8404d5409ae4332.tar.bz2 iced-70fd296ccc69ae135bfbe693b8404d5409ae4332.zip |
Remove unnecessary newline
-rw-r--r-- | winit/src/settings/windows.rs | 1 |
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. |