Skip to content

Commit d56f22d

Browse files
Update math/iterative_factorial.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
1 parent d0a5879 commit d56f22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/iterative_factorial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static void test() {
105105
math::iterativeFactorial(21);
106106
} catch (std::invalid_argument* e) {
107107
std::cout << "Exception thrown successfully \nContent: " << e->what()
108-
<< "\n\n";
108+
<< "\n";
109109
}
110110

111111
std::cout << "All tests success.\n";

0 commit comments

Comments
 (0)