mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-02 08:02:23 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
69dd9f9b3c
commit
0f396a6d1e
1
build.rs
1
build.rs
@ -11,7 +11,6 @@ fn run_command(cmd: &mut Command) -> io::Result<()> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
||||||
if std::env::var("SKIP_BUILD_SCRIPT").is_ok() {
|
if std::env::var("SKIP_BUILD_SCRIPT").is_ok() {
|
||||||
println!("Skipping build script");
|
println!("Skipping build script");
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user