cargo fmt

This commit is contained in:
James Melkonian 2021-04-03 20:19:56 -07:00
parent 3ad927886c
commit 3b840675c8

View file

@ -97,8 +97,8 @@
//! //!
#![cfg_attr(test, deny(missing_docs))] #![cfg_attr(test, deny(missing_docs))]
pub use cpal::{ pub use cpal::{
traits::DeviceTrait, Device, Devices, DevicesError, InputDevices, OutputDevices, self, traits::DeviceTrait, Device, Devices, DevicesError, InputDevices, OutputDevices,
SupportedStreamConfig, self, SupportedStreamConfig,
}; };
mod conversions; mod conversions;