Update math/magic_number.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neha Hasija 2020-10-19 01:52:20 +05:30 committed by GitHub
parent a6b57f8896
commit fe538baac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@
* @param n number to be checked. * @param n number to be checked.
* @return if number is a magic number, returns true, else false. * @return if number is a magic number, returns true, else false.
*/ */
bool magic_number(int n) { bool magic_number(int n) {
if (n <= 0) { if (n <= 0) {
return false; return false;