Fix clippy lints

This commit is contained in:
Niko 2024-01-03 20:31:08 -07:00
parent 5230735222
commit 937bc78f45
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -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."),
}
}
}