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))]
pub use cpal::{
traits::DeviceTrait, Device, Devices, DevicesError, InputDevices, OutputDevices,
SupportedStreamConfig, self,
self, traits::DeviceTrait, Device, Devices, DevicesError, InputDevices, OutputDevices,
SupportedStreamConfig,
};
mod conversions;