Skip to content

Commit c98cb44

Browse files
committed
formatting
1 parent 229e2f2 commit c98cb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libffi-sys-rs/build/common.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ pub fn run_command(which: &'static str, cmd: &mut Command) {
1515
Err(err) => {
1616
println!("cargo:warning={} failed with error {}", which, err);
1717
panic!("{}: {} ({:?})", which, err, cmd);
18-
},
18+
}
1919
}
2020
}

0 commit comments

Comments
 (0)