Skip to content

Commit 4f8882c

Browse files
committed
formatting
1 parent b3be93d commit 4f8882c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

shared-build/src/lib.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ macro_rules! combine {
3131
}};
3232
}
3333

34-
35-
pub fn build(wrapper_file: &str, get_lib_dirs: fn() -> Vec<String>, get_include_dirs: fn() -> Vec<String>, get_libs: fn() -> Vec<String>) {
34+
pub fn build(
35+
wrapper_file: &str,
36+
get_lib_dirs: fn() -> Vec<String>,
37+
get_include_dirs: fn() -> Vec<String>,
38+
get_libs: fn() -> Vec<String>,
39+
) {
3640
println!("cargo:rerun-if-changed={wrapper_file}");
3741
println!("cargo:rerun-if-changed=build.rs");
3842

0 commit comments

Comments
 (0)