Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-10-03 19:36:04 +00:00 committed by GitHub
parent 69dd9f9b3c
commit 0f396a6d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ fn run_command(cmd: &mut Command) -> io::Result<()> {
}
fn main() {
if std::env::var("SKIP_BUILD_SCRIPT").is_ok() {
println!("Skipping build script");
return;