Skip to content

Commit 9d68b37

Browse files
kdeweesegithub-actions[bot]
authored andcommitted
:octocat: Applied clang-format.
1 parent 096e690 commit 9d68b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/graph/algorithm/connected_components.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void connected_components(G&& g, // graph
102102
}
103103
visited[uid] = true;
104104
component[uid] = cid;
105-
if (!size(edges(g,u))) {
105+
if (!size(edges(g, u))) {
106106
++cid;
107107
continue;
108108
}

0 commit comments

Comments
 (0)