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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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