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; }