From 4b8bfacd7ae1ec549b2f0173c100928e72226707 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Tue, 6 Aug 2024 21:07:14 +0859 Subject: [PATCH] chore: code tidyup --- layershellev/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layershellev/src/lib.rs b/layershellev/src/lib.rs index 225d272..b6fb191 100644 --- a/layershellev/src/lib.rs +++ b/layershellev/src/lib.rs @@ -537,7 +537,7 @@ impl WindowState { } } -impl WindowState { +impl WindowState { /// gen the wrapper to the main window /// used to get display and etc pub fn gen_main_wrapper(&self) -> WindowWrapper {