trim extra separators

This commit is contained in:
yggverse 2024-09-19 00:37:54 +03:00
parent c27189f1ab
commit 675f18fc31
2 changed files with 5 additions and 5 deletions

View file

@ -4,9 +4,9 @@
use gtk::{Application, ApplicationWindow};
pub fn new(
app : &Application,
width : i32,
height : i32
app: &Application,
width: i32,
height: i32
) -> ApplicationWindow
{
return ApplicationWindow::builder()