Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Sep 6, 2024
1 parent 665b6dd commit 7fb8a12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/sway-predicate-test-rs/template/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ use std::process::Command;

fn main() {
Command::new("forc").args(&["build"]).status().unwrap();
}
}
2 changes: 1 addition & 1 deletion templates/sway-script-test-rs/template/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ use std::process::Command;

fn main() {
Command::new("forc").args(&["build"]).status().unwrap();
}
}
2 changes: 1 addition & 1 deletion templates/sway-test-rs/template/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ use std::process::Command;

fn main() {
Command::new("forc").args(&["build"]).status().unwrap();
}
}

0 comments on commit 7fb8a12

Please sign in to comment.