Skip to content

Commit

Permalink
spacing fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ruth-ann committed Dec 16, 2020
1 parent 7527bf9 commit 0d3d16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-subgraph.cpp
Expand Up @@ -898,8 +898,8 @@ TEST(subgraph, TestGetGraphIntersection) {
Graph->AddNode(i);
}
for (int i = 0; i < 5; i++) {
Graph->AddEdge(i,(i+1) % 5);
Graph->AddEdge(i,(i+2) % 5);
Graph->AddEdge(i,(i + 1) % 5);
Graph->AddEdge(i,(i + 2) % 5);
}

for (int i = 2; i < 6; i++) {
Expand Down

0 comments on commit 0d3d16b

Please sign in to comment.