clang-format and clang-tidy fixes for 45dc7176

This commit is contained in:
github-actions
2020-10-21 05:10:05 +00:00
parent 45dc717621
commit 1e6c2d5aa0

View File

@@ -16,8 +16,8 @@
* sum will be 1, thus verifying that it is a magic number.
* @author [Neha Hasija](https://github.com/neha-hasija17)
*/
#include <cassert> /// for assert
#include <iostream> /// for io operations
#include <cassert> /// for assert
#include <iostream> /// for io operations
/**
* Function to check if the given number is magic number or not.
@@ -68,6 +68,6 @@ static void tests() {
* @returns 0 on exit
*/
int main() {
tests(); // execute the tests
tests(); // execute the tests
return 0;
}