From caa35d7ba9b966e76a8e70b8ee7e92039d772896 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 24 Oct 2021 16:26:12 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 9bdf2ce4 --- data_structures/dsu_path_compression.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures/dsu_path_compression.cpp b/data_structures/dsu_path_compression.cpp index a5c0aec33..022e632a7 100644 --- a/data_structures/dsu_path_compression.cpp +++ b/data_structures/dsu_path_compression.cpp @@ -184,7 +184,7 @@ static void test1() { * @returns void */ static void test2() { - // the minimum, maximum, and size of the set + // the minimum, maximum, and size of the set uint64_t n = 10; ///< number of items dsu d(n + 1); ///< object of class disjoint sets // set 1