cargo fmt

This commit is contained in:
Ward from fusion-voyager-3 2024-02-23 22:18:29 +03:00
parent 1a1d64805e
commit 6e3dce771e

View File

@ -393,8 +393,10 @@ fn get_drivers(
.height_request(200)
.heading(t!("driver_install_dialog_heading"))
.build();
driver_install_dialog
.add_response("driver_install_dialog_ok", &t!("driver_install_dialog_ok_label").to_string());
driver_install_dialog.add_response(
"driver_install_dialog_ok",
&t!("driver_install_dialog_ok_label").to_string(),
);
driver_install_dialog.add_response(
"driver_install_dialog_reboot",
&t!("driver_install_dialog_reboot_label").to_string(),