Format code with rustfmt

This commit is contained in:
NextWork123 2023-02-08 12:35:42 +01:00
parent 7552531965
commit 5db6500a71
No known key found for this signature in database
GPG Key ID: 0AEEE07646B54D8B
1 changed files with 1 additions and 1 deletions

View File

@ -513,4 +513,4 @@ fn on_appbtn_clicked(button: &gtk::Button) {
println!("{}", text); println!("{}", text);
glib::Continue(true) glib::Continue(true)
}); });
} }