Skip to content

Commit

Permalink
change spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Mar 18, 2024
1 parent b65f2be commit 891a9d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/device_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ impl Default for TimeWindow {
#[derive(Deserialize, Debug, PartialEq, Clone)]
struct AudioSettings {
is_audio_device: Option<bool>,

}


Expand Down Expand Up @@ -820,9 +819,9 @@ impl DeviceConfig {
if let Some(audio_info) = &self.audio_info{
return audio_info.is_audio_device
}
return None

return None
}

pub fn write_to_slice(&self, output: &mut [u8]) {
let mut buf = Cursor::new(output);
let device_id = self.device_id();
Expand Down

0 comments on commit 891a9d8

Please sign in to comment.