From f26568cc73e2104e9c78e29ef385636538010e10 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 24 Jun 2025 13:07:16 +0200 Subject: Update README and run fmt --- tests/integration_tests.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 4bc0887..a68fd70 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -2,10 +2,9 @@ // Comprehensive integration tests for the Morse decoder use anyhow::Result; -use ditdah::{decode_wav_file, MorseGenerator}; +use ditdah::{MorseGenerator, decode_wav_file}; use std::{fs, io::Write}; - #[derive(Debug)] struct TestCase { name: &'static str, -- cgit v1.3.1