Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Sep 15, 2024
1 parent f97117e commit d41b6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fn main() {
.expect("Unable to generate bindings")
.write_to_file("dojo.pyx");

cbindgen::Builder::new()
cbindgen::Builder::new()
.with_config({
let mut config = cbindgen::Config::default();

Expand Down

0 comments on commit d41b6eb

Please sign in to comment.