mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 18:46:50 +08:00
clang-format and clang-tidy fixes for 45dc7176
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user