From 87b955b831734996a58f7aa6c648b4eff42fb962 Mon Sep 17 00:00:00 2001 From: Muhammad Junaid Khalid Date: Sat, 5 Oct 2024 16:49:36 +0500 Subject: [PATCH] Update greedy_algorithms/digit_separation.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> --- greedy_algorithms/digit_separation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greedy_algorithms/digit_separation.cpp b/greedy_algorithms/digit_separation.cpp index 7a195b5a3..55a822939 100644 --- a/greedy_algorithms/digit_separation.cpp +++ b/greedy_algorithms/digit_separation.cpp @@ -89,7 +89,7 @@ namespace greedy_algorithms{ * @brief self test implementation * @return void */ -void tests(){ +static void tests(){ greedy_algorithms::DigitSeparation ds; // Test case: Positive number