From 3d26e3451457488af65d5f409cdb1a91d19271cc Mon Sep 17 00:00:00 2001 From: sagudev Date: Mon, 24 Jan 2022 16:38:18 +0100 Subject: [PATCH] fmt --- tests/hound.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/hound.rs b/tests/hound.rs index 6309a52b..92b9fd86 100644 --- a/tests/hound.rs +++ b/tests/hound.rs @@ -4,8 +4,7 @@ use std::path::Path; use hound::WavReader; use lofty::iff::WavFile; -use lofty::AudioFile; -use lofty::Result; +use lofty::{AudioFile, Result}; fn get_properties(path: &Path) -> Result<::Properties> { let mut f = File::open(path).unwrap();