Skip to content

Commit

Permalink
Fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Jan 4, 2024
1 parent 5230735 commit 937bc78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ impl std::fmt::Display for WhisperError {
"Generic whisper error. Varies depending on the function. Error code: {}",
c_int
),
NoSamples => write!(f, "Input sample buffer was empty."),
}
}
}
Expand Down

0 comments on commit 937bc78

Please sign in to comment.