Skip to content

Commit

Permalink
fix build.rs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdziak1 committed Oct 9, 2023
1 parent d2c4ac8 commit b6d30f4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion program/rust/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
use {
bindgen::Builder,
std::{path::{PathBuf, Path}, process::Command},
std::{
path::{
Path,
PathBuf,
},
process::Command,
},
};

fn main() {
Expand Down

0 comments on commit b6d30f4

Please sign in to comment.