chore: format

This commit is contained in:
Gabriele Musco 2023-10-22 19:51:59 +02:00
commit 290ee548cd
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
3 changed files with 3 additions and 3 deletions

View file

@ -113,7 +113,7 @@ impl PhysicalXRDevice {
Self::Pico4 => Some(wivrn_profile()),
Self::LynxR1 => Some(wivrn_profile()),
Self::DellVisor => Some(wmr_profile()),
//self::AcerAH101 => Some(wmr_profile()),
// Self::AcerAH101 => Some(wmr_profile()),
Self::HPWMR => Some(wmr_profile()),
Self::HPReverbG1 => Some(wmr_profile()),
Self::HPReverbG2 => Some(wmr_profile()),

View file

@ -1,6 +1,6 @@
use crate::{
constants::APP_NAME,
paths::{data_monado_path, data_opencomposite_path, data_basalt_path, get_data_dir},
paths::{data_basalt_path, data_monado_path, data_opencomposite_path, get_data_dir},
profile::{
LighthouseDriver, Profile, ProfileFeature, ProfileFeatureType, ProfileFeatures,
XRServiceType,