Removed extra line
This commit is contained in:
parent
02470d6bb7
commit
fce64e7cf0
|
@ -35,7 +35,6 @@ impl Application {
|
||||||
|
|
||||||
fn run(&self) -> Result<(), slint::PlatformError> {
|
fn run(&self) -> Result<(), slint::PlatformError> {
|
||||||
let main_window = self.main_window.borrow();
|
let main_window = self.main_window.borrow();
|
||||||
|
|
||||||
main_window.run()
|
main_window.run()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue