cargo fmt

This commit is contained in:
JoshuaBatty 2020-07-14 14:11:35 +02:00
parent e854c4e54c
commit e739dbf32d
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ fn set_hw_params_from_format<'a>(
// Without them we are at the mercy of the device
hw_params.set_period_time_near(25_000, alsa::ValueOr::Nearest)?;
hw_params.set_buffer_time_near(100_000, alsa::ValueOr::Nearest)?;
},
}
}
pcm_handle.hw_params(&hw_params)?;