Skip to content

Commit

Permalink
Removed trailing spaces in krishnamurthy.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jspmic committed Dec 1, 2023
1 parent b7152a0 commit 9c019d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions math/krishnamurthy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <assert.h> //For test cases

/**
MAIN DESCRIPTION:
SCRIPT DESCRIPTION:
* @description a krishnamurthy number is
* a number whose sum of the factorial of digits
Expand Down Expand Up @@ -74,4 +74,3 @@ int main(){
tests();
return 0;
}

0 comments on commit 9c019d0

Please sign in to comment.