Skip to content

Commit 3b247a6

Browse files
authored
chore: apply suggestions from code review
1 parent 18a0851 commit 3b247a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/generate_parentheses.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ static void test() {
108108
* @returns 0 on exit
109109
*/
110110
int main() {
111-
test();
111+
test(); // run self-test implementations
112112
return 0;
113113
}

0 commit comments

Comments
 (0)