Skip to content

Commit 87b955b

Browse files
Update greedy_algorithms/digit_separation.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 18b6546 commit 87b955b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedy_algorithms/digit_separation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace greedy_algorithms{
8989
* @brief self test implementation
9090
* @return void
9191
*/
92-
void tests(){
92+
static void tests(){
9393
greedy_algorithms::DigitSeparation ds;
9494

9595
// Test case: Positive number

0 commit comments

Comments
 (0)