style: cargo fmt
This commit is contained in:
@@ -12,7 +12,9 @@ impl FakeProjectAnalyzer {
|
||||
}
|
||||
|
||||
pub fn empty() -> Self {
|
||||
Self { graph: CodeGraph::new() }
|
||||
Self {
|
||||
graph: CodeGraph::new(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user