Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit c48629c

Browse files
committed
fmt fixed
1 parent 3d33a73 commit c48629c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ fn main() {
265265
if cfg!(feature = "metal") {
266266
println!("cargo:rustc-link-lib=static=ggml-metal");
267267
}
268-
268+
269269
if cfg!(feature = "cuda") {
270270
println!("cargo:rustc-link-lib=static=ggml-cuda");
271271
}

0 commit comments

Comments
 (0)