Update math/magic_number.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neha Hasija 2020-10-21 10:41:16 +05:30 committed by GitHub
parent 1e6c2d5aa0
commit a19da79545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ bool magic_number(int n) {
return false; return false;
} }
} }
} // namespace math
/** /**
* @brief Test function * @brief Test function