build.rs: fix formatting

.radicle/native.yaml runs "cargo fmt --check" and that fails without
this change.

Signed-off-by: Lars Wirzenius <liw@liw.fi>
This commit is contained in:
Lars Wirzenius 2024-03-11 10:05:27 +02:00 committed by cloudhead
parent 14ce5fe7b1
commit 570a7eb141
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
use std::process::Command;
use std::env; use std::env;
use std::process::Command;
fn main() { fn main() {
// Set a build-time `GIT_HEAD` env var which includes the commit id; // Set a build-time `GIT_HEAD` env var which includes the commit id;