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

View File

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