From 9c0034c50f33dfe57a58d9743b8fbffe30079a5e Mon Sep 17 00:00:00 2001 From: mjk22071998 Date: Sat, 5 Oct 2024 16:24:01 +0500 Subject: [PATCH] removed some more whitespaces --- greedy_algorithms/digit_separation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/greedy_algorithms/digit_separation.cpp b/greedy_algorithms/digit_separation.cpp index 1b091d8c7..e828ba272 100644 --- a/greedy_algorithms/digit_separation.cpp +++ b/greedy_algorithms/digit_separation.cpp @@ -13,7 +13,6 @@ #include /// For assert() function to check for errors #include /// For int64_t data type to handle large numbers - /** * @namespace * @brief Greedy Algorithms