Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
build.rs: fix formatting
Merged liw opened 2 years ago

.radicle/native.yaml runs “cargo fmt –check” and that fails without this change.

Signed-off-by: Lars Wirzenius liw@liw.fi

1 file changed +1 -1 14ce5fe7 570a7eb1
modified build.rs
@@ -1,5 +1,5 @@
-
use std::process::Command;
use std::env;
+
use std::process::Command;

fn main() {
    // Set a build-time `GIT_HEAD` env var which includes the commit id;