cargo fmt

This commit is contained in:
Niko 2023-10-27 08:17:11 -06:00
parent ccccfe758d
commit ba1b79138e
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -130,7 +130,7 @@ fn main() {
if cfg!(feature = "opencl") { if cfg!(feature = "opencl") {
config.define("WHISPER_CLBLAST", "ON"); config.define("WHISPER_CLBLAST", "ON");
} }
if cfg!(feature = "metal") { if cfg!(feature = "metal") {
config.define("WHISPER_METAL", "ON"); config.define("WHISPER_METAL", "ON");
} else { } else {