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::Pico4 => Some(wivrn_profile()),
Self::LynxR1 => Some(wivrn_profile()), Self::LynxR1 => Some(wivrn_profile()),
Self::DellVisor => Some(wmr_profile()), Self::DellVisor => Some(wmr_profile()),
//self::AcerAH101 => Some(wmr_profile()), // Self::AcerAH101 => Some(wmr_profile()),
Self::HPWMR => Some(wmr_profile()), Self::HPWMR => Some(wmr_profile()),
Self::HPReverbG1 => Some(wmr_profile()), Self::HPReverbG1 => Some(wmr_profile()),
Self::HPReverbG2 => Some(wmr_profile()), Self::HPReverbG2 => Some(wmr_profile()),

View file

@ -2,4 +2,4 @@ pub mod lighthouse;
pub mod openhmd; pub mod openhmd;
pub mod survive; pub mod survive;
pub mod wivrn; pub mod wivrn;
pub mod wmr; pub mod wmr;

View file

@ -1,6 +1,6 @@
use crate::{ use crate::{
constants::APP_NAME, 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::{ profile::{
LighthouseDriver, Profile, ProfileFeature, ProfileFeatureType, ProfileFeatures, LighthouseDriver, Profile, ProfileFeature, ProfileFeatureType, ProfileFeatures,
XRServiceType, XRServiceType,