From 9c019d00e17786a392151d55b6b4207f015a03c7 Mon Sep 17 00:00:00 2001 From: Jaspe Micael Ingabire Date: Fri, 1 Dec 2023 13:51:27 +0200 Subject: [PATCH] Removed trailing spaces in krishnamurthy.c --- math/krishnamurthy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/math/krishnamurthy.c b/math/krishnamurthy.c index 3ad3f2f768..993d19401c 100644 --- a/math/krishnamurthy.c +++ b/math/krishnamurthy.c @@ -2,7 +2,7 @@ #include //For test cases /** -MAIN DESCRIPTION: +SCRIPT DESCRIPTION: * @description a krishnamurthy number is * a number whose sum of the factorial of digits @@ -74,4 +74,3 @@ int main(){ tests(); return 0; } -