Fix format

This commit is contained in:
2026-05-13 10:30:36 +02:00
parent ff148532ab
commit 6191def324
+1 -1
View File
@@ -578,7 +578,7 @@ macro_rules! graph_topology_tests {
}
}
#[test]
#[test]
fn incident_vertices_incidences_consistency() {
let (graph, _, _, _) = make_test_graph();
for u in graph.vertices() {