good first issuepriority: high
Metriche repository
- Star
- (3 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Description
Apply consistent formatting across the entire codebase using cargo fmt.
Tasks
- Run
cargo fmt - Verify all files are formatted
- Update CI to enforce formatting
Acceptance Criteria
- All code follows rustfmt standards
- CI fails on formatting violations