From f3c86de64f447f762d13c6c7ea0ce835e924a4fb Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Mon, 15 Apr 2024 00:39:09 +0300 Subject: [PATCH] format with cargo fmt --- src/whisper_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/whisper_state.rs b/src/whisper_state.rs index 459c29a..d9b02c3 100644 --- a/src/whisper_state.rs +++ b/src/whisper_state.rs @@ -423,7 +423,7 @@ impl<'a> WhisperState<'a> { /// This function differs from [WhisperState::full_get_segment_text] /// in that it ignores invalid UTF-8 in whisper strings, /// instead opting to replace it with the replacement character. - /// + /// /// # Arguments /// * segment: Segment index. ///