style: apply rustfmt to entire codebase

- Fix all formatting issues for CI compliance
- Consistent code style across all files
- Proper struct/enum formatting
- Fixed import ordering
This commit is contained in:
Stefano Amorelli
2025-08-17 13:41:00 +03:00
parent 3fd81d83a1
commit 3c1519e405
10 changed files with 196 additions and 144 deletions

View File

@@ -34,4 +34,3 @@ fn main() {
}
}
}

View File

@@ -20,4 +20,3 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
Ok(())
}

View File

@@ -27,4 +27,3 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
Ok(())
}