Skip to content

Commit 2023b84

Browse files
Update math/check_amicable_pair.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent f7a2e3d commit 2023b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

math/check_amicable_pair.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
*
1515
* @author [iamnambiar](https://github.com/iamnambiar)
1616
*/
17-
#include <cassert> // for assert
18-
#include <iostream> // for cout
17+
#include <cassert> /// for assert
18+
#include <iostream> /// for cout
1919

2020
/**
2121
* @brief Mathematical algorithms

0 commit comments

Comments
 (0)