From 570a7eb141b6ba001713c46345d79b6fead1ca15 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 11 Mar 2024 10:05:27 +0200 Subject: [PATCH] build.rs: fix formatting .radicle/native.yaml runs "cargo fmt --check" and that fails without this change. Signed-off-by: Lars Wirzenius --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 63391336..e9c72969 100644 --- a/build.rs +++ b/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;