diff options
author | 2023-07-06 06:42:30 +0200 | |
---|---|---|
committer | 2023-07-06 06:42:30 +0200 | |
commit | f43a272d7d201b39553f954183362ef42b31d11c (patch) | |
tree | 069e43a0621048010be4d9d240c0b8b42b8cde65 | |
parent | cc32bd4de09ee58c15d1b3f2cec4a79dc65dd035 (diff) | |
download | iced-f43a272d7d201b39553f954183362ef42b31d11c.tar.gz iced-f43a272d7d201b39553f954183362ef42b31d11c.tar.bz2 iced-f43a272d7d201b39553f954183362ef42b31d11c.zip |
Add missing newline in `core::window`
-rw-r--r-- | core/src/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/window.rs b/core/src/window.rs index 4beebf9f..a6dbdfb4 100644 --- a/core/src/window.rs +++ b/core/src/window.rs @@ -12,4 +12,4 @@ pub use icon::Icon; pub use level::Level; pub use mode::Mode; pub use redraw_request::RedrawRequest; -pub use user_attention::UserAttention;
\ No newline at end of file +pub use user_attention::UserAttention; |