fix: spaces between include and header file

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neeraj C
2020-06-25 08:00:37 +05:30
committed by GitHub
parent 9c75856235
commit 06ca2a6953

View File

@@ -7,9 +7,9 @@
* is a number that is the sum of its own digits raised to the power of the number of digits.
* @author iamnambiar
*/
#include<cassert>
#include<iostream>
#include<cmath>
#include <cassert>
#include <iostream>
#include <cmath>
/**
* Function to calculate the total number of digits in the number.