format with cargo fmt

This commit is contained in:
thewh1teagle 2024-04-15 00:39:09 +03:00
parent ee932caf3d
commit f3c86de64f
No known key found for this signature in database
GPG key ID: F7BFC3A4192804E4

View file

@ -423,7 +423,7 @@ impl<'a> WhisperState<'a> {
/// This function differs from [WhisperState::full_get_segment_text] /// This function differs from [WhisperState::full_get_segment_text]
/// in that it ignores invalid UTF-8 in whisper strings, /// in that it ignores invalid UTF-8 in whisper strings,
/// instead opting to replace it with the replacement character. /// instead opting to replace it with the replacement character.
/// ///
/// # Arguments /// # Arguments
/// * segment: Segment index. /// * segment: Segment index.
/// ///