Skip to content

Commit 987f9a8

Browse files
committed
Make a cosmetic adjustment
1 parent bd9bb5f commit 987f9a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openblas-build/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ documentation = "https://docs.rs/openblas-build"
1111
homepage = "https://github.com/blas-lapack-rs/openblas-src"
1212
repository = "https://github.com/blas-lapack-rs/openblas-src"
1313
readme = "../README.md"
14-
exclude = ["test_build/"]
14+
exclude = [
15+
"test_build/",
16+
]
1517

1618
[dependencies]
1719
thiserror = "1.0.22"

0 commit comments

Comments
 (0)