From ba1b79138e0f524b27b92ddafdd4373ebc27f405 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 27 Oct 2023 08:17:11 -0600 Subject: [PATCH] `cargo fmt` --- sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/build.rs b/sys/build.rs index 9a97c3e..e74ae3e 100644 --- a/sys/build.rs +++ b/sys/build.rs @@ -130,7 +130,7 @@ fn main() { if cfg!(feature = "opencl") { config.define("WHISPER_CLBLAST", "ON"); } - + if cfg!(feature = "metal") { config.define("WHISPER_METAL", "ON"); } else {