Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fslongjin committed Aug 24, 2023
1 parent 4fd5c2a commit 06ffc0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion user/libs/libc/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ fn main() {
.write_to_file(out_path.join("bindings.rs"))
.expect("Couldn't write bindings!");
}
}
}
2 changes: 1 addition & 1 deletion user/libs/libc/src/include/internal/bindings/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod bindings;
pub mod bindings;
2 changes: 1 addition & 1 deletion user/libs/libc/src/include/internal/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod bindings;
pub mod bindings;
2 changes: 1 addition & 1 deletion user/libs/libc/src/include/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod internal;
pub mod internal;

0 comments on commit 06ffc0c

Please sign in to comment.