From b6d30f4787ec725a45e98b7d76d31a718f4d00eb Mon Sep 17 00:00:00 2001 From: Stan Drozd Date: Mon, 9 Oct 2023 15:09:58 +0200 Subject: [PATCH] fix build.rs formatting --- program/rust/build.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/program/rust/build.rs b/program/rust/build.rs index ab9768d2f..4d3177f06 100644 --- a/program/rust/build.rs +++ b/program/rust/build.rs @@ -1,6 +1,12 @@ use { bindgen::Builder, - std::{path::{PathBuf, Path}, process::Command}, + std::{ + path::{ + Path, + PathBuf, + }, + process::Command, + }, }; fn main() {