fix: Add endline in...

...`graph/connected_components_with_dsu.cpp`.
This commit is contained in:
David Leal
2021-02-11 20:34:41 -06:00
committed by GitHub
parent 9074443eab
commit 1d9774fd3d

View File

@@ -112,4 +112,4 @@ static void test() {
int main() {
test(); // Execute the tests
return 0;
}
}