diff --git a/src/ui/about_dialog.rs b/src/ui/about_dialog.rs index dd9a840..593e0f1 100644 --- a/src/ui/about_dialog.rs +++ b/src/ui/about_dialog.rs @@ -1,7 +1,7 @@ use crate::{ constants::{ - get_artists, APP_ID, APP_NAME, BUILD_DATETIME, ISSUES_URL, REPO_URL, - SINGLE_DEVELOPER, VERSION, + get_artists, APP_ID, APP_NAME, BUILD_DATETIME, ISSUES_URL, REPO_URL, SINGLE_DEVELOPER, + VERSION, }, device_prober::PhysicalXRDevice, linux_distro::LinuxDistro,