fix: rustfmt

This commit is contained in:
jiahua 2024-04-30 13:48:55 +08:00
parent 85edf85e5f
commit 7281db5025
2 changed files with 0 additions and 2 deletions

View file

@ -70,7 +70,6 @@ impl WhisperInnerContext {
} }
} }
/// Convert the provided text into tokens. /// Convert the provided text into tokens.
/// ///
/// # Arguments /// # Arguments

View file

@ -51,7 +51,6 @@ impl WhisperContext {
Ok(Self::wrap(ctx)) Ok(Self::wrap(ctx))
} }
/// Convert the provided text into tokens. /// Convert the provided text into tokens.
/// ///
/// # Arguments /// # Arguments