Fix formatting

This commit is contained in:
2026-06-26 15:38:49 +02:00
parent c147ed4974
commit c197766229
2 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -187,7 +187,8 @@ macro_rules! bfs_tests {
assert!(
found == vertices[7] || found == vertices[8],
"unexpected nearest match vertex {found:?}, should be {:?} or {:?}",
vertices[7], vertices[8]
vertices[7],
vertices[8]
);
}