style: cargo fmt
All checks were successful
CI / Check / Test (push) Successful in 3m1s
Architecture Docs / Generate diagrams (push) Successful in 2m43s

This commit is contained in:
2026-06-17 13:44:19 +02:00
parent a24dc572bd
commit 009c821f48
14 changed files with 1834 additions and 51 deletions

View File

@@ -12,7 +12,9 @@ impl FakeProjectAnalyzer {
}
pub fn empty() -> Self {
Self { graph: CodeGraph::new() }
Self {
graph: CodeGraph::new(),
}
}
}