refactor(build): cargo formatter for build.rs

This commit is contained in:
Raphael 2026-02-25 21:52:04 +01:00
parent af27a45949
commit 3a347721b4
No known key found for this signature in database

View file

@ -86,7 +86,7 @@ fn nested(name: &str, origin: &str) -> io::Result<()> {
Ok(())
}
fn flat(name:&str, dir: &str) -> io::Result<()> {
fn flat(name: &str, dir: &str) -> io::Result<()> {
let root: &Path = Path::new(dir);
let sources: Vec<String> = read_dir(root);
let mut modules: String = String::new();