clang-format and clang-tidy fixes for 00e7daaf

This commit is contained in:
github-actions
2021-10-24 19:26:34 +00:00
parent 00e7daaf87
commit 0ae20d7ca8
2 changed files with 32 additions and 26 deletions

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