From 7281db50255f85fee25d2a58d7c95c7beb8990bb Mon Sep 17 00:00:00 2001 From: jiahua Date: Tue, 30 Apr 2024 13:48:55 +0800 Subject: [PATCH] fix: rustfmt --- src/whisper_ctx.rs | 1 - src/whisper_ctx_wrapper.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/whisper_ctx.rs b/src/whisper_ctx.rs index d43f5e4..30bd75a 100644 --- a/src/whisper_ctx.rs +++ b/src/whisper_ctx.rs @@ -70,7 +70,6 @@ impl WhisperInnerContext { } } - /// Convert the provided text into tokens. /// /// # Arguments diff --git a/src/whisper_ctx_wrapper.rs b/src/whisper_ctx_wrapper.rs index 0e56658..ff3caff 100644 --- a/src/whisper_ctx_wrapper.rs +++ b/src/whisper_ctx_wrapper.rs @@ -51,7 +51,6 @@ impl WhisperContext { Ok(Self::wrap(ctx)) } - /// Convert the provided text into tokens. /// /// # Arguments