Skip to content

Commit d3edb52

Browse files
fix: terminate multiline comment
1 parent cba0eb9 commit d3edb52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

greedy_algorithms/digit_separation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ namespace greedy_algorithms{
8888
/**
8989
* @brief main function
9090
* @return 0 on sucessful exit
91+
*/
9192
void tests(){
9293
greedy_algorithms::DigitSeparation ds;
9394

0 commit comments

Comments
 (0)