From 3d00a04e699648ea15d5db4fdfccc1d01dba029d Mon Sep 17 00:00:00 2001 From: Jonathan Soo Date: Fri, 21 Apr 2023 10:25:15 -0400 Subject: [PATCH] Clean up formatting --- sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/build.rs b/sys/build.rs index db6c2d8..ea44ab2 100644 --- a/sys/build.rs +++ b/sys/build.rs @@ -135,7 +135,7 @@ fn main() { format!("{}/libwhisper.coreml.a", env::var("OUT_DIR").unwrap()), ) .expect("Failed to copy libwhisper.coreml.a"); - } + } // clean the whisper build directory to prevent Cargo from complaining during crate publish env::set_current_dir("..").expect("Unable to change directory to whisper.cpp");