From 45dc717621b9fa789b1b71f3bef6c65362df3a0e Mon Sep 17 00:00:00 2001 From: Neha Hasija Date: Wed, 21 Oct 2020 10:38:02 +0530 Subject: [PATCH] Update math/magic_number.cpp Co-authored-by: David Leal --- math/magic_number.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/magic_number.cpp b/math/magic_number.cpp index fb0b30468..bec86b888 100644 --- a/math/magic_number.cpp +++ b/math/magic_number.cpp @@ -68,6 +68,6 @@ static void tests() { * @returns 0 on exit */ int main() { - tests(); + tests(); // execute the tests return 0; }