clang-format and clang-tidy fixes for 9bdf2ce4

This commit is contained in:
github-actions
2021-10-24 16:26:12 +00:00
parent 9bdf2ce49c
commit caa35d7ba9

View File

@@ -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