From a19da7954517da446f1253d4001c603bf83a622e Mon Sep 17 00:00:00 2001 From: Neha Hasija Date: Wed, 21 Oct 2020 10:41:16 +0530 Subject: [PATCH] Update math/magic_number.cpp Co-authored-by: David Leal --- math/magic_number.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/math/magic_number.cpp b/math/magic_number.cpp index 3720dff65..c913c5dbd 100644 --- a/math/magic_number.cpp +++ b/math/magic_number.cpp @@ -37,6 +37,7 @@ bool magic_number(int n) { return false; } } +} // namespace math /** * @brief Test function