diff --git a/graph/connected_components_with_dsu.cpp b/graph/connected_components_with_dsu.cpp index 670aa4496..c0194e851 100644 --- a/graph/connected_components_with_dsu.cpp +++ b/graph/connected_components_with_dsu.cpp @@ -112,4 +112,4 @@ static void test() { int main() { test(); // Execute the tests return 0; -} \ No newline at end of file +}