From f43a272d7d201b39553f954183362ef42b31d11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 6 Jul 2023 06:42:30 +0200 Subject: [PATCH] Add missing newline in `core::window` --- core/src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;