From 6191def3240a272691235eb3dafaef8b2d68976a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Wed, 13 May 2026 10:30:36 +0200 Subject: [PATCH] Fix format --- src/testing/graph_topology_testing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/graph_topology_testing.rs b/src/testing/graph_topology_testing.rs index 74ffec8..60bc154 100644 --- a/src/testing/graph_topology_testing.rs +++ b/src/testing/graph_topology_testing.rs @@ -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() {