Skip to content

Commit

Permalink
chore: code tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 6, 2024
1 parent 0df5eff commit 4b8bfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layershellev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ impl<T> WindowState<T> {
}
}

impl<DATA> WindowState<DATA> {
impl<T> WindowState<T> {
/// gen the wrapper to the main window
/// used to get display and etc
pub fn gen_main_wrapper(&self) -> WindowWrapper {
Expand Down

0 comments on commit 4b8bfac

Please sign in to comment.