From 1d9774fd3d0188d082f9ec6606fba5b73b0b1516 Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 11 Feb 2021 20:34:41 -0600 Subject: [PATCH] fix: Add endline in... ...`graph/connected_components_with_dsu.cpp`. --- graph/connected_components_with_dsu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}