From dc15a48d141d92cbc03571b65f45a16073bad22b Mon Sep 17 00:00:00 2001 From: jhqxxx <18280426169@163.com> Date: Mon, 20 Apr 2026 23:44:18 +0800 Subject: [PATCH] update fmt --- tests/test_voxcpm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_voxcpm.rs b/tests/test_voxcpm.rs index 76b09ed..dd227dd 100644 --- a/tests/test_voxcpm.rs +++ b/tests/test_voxcpm.rs @@ -87,7 +87,7 @@ fn voxcpm_generate() -> Result<()> { // )?; // 创建prompt_cache - let _ = voxcpm_generate.build_prompt_cache( + voxcpm_generate.build_prompt_cache( "啥子小师叔,打狗还要看主人,你再要继续,我,就是你的对手".to_string(), "file://./assets/audio/voice_01.wav".to_string(), )?;