diff --git a/math/n_bonacci.cpp b/math/n_bonacci.cpp index 90302131d..9d63d1c59 100644 --- a/math/n_bonacci.cpp +++ b/math/n_bonacci.cpp @@ -11,7 +11,7 @@ * In this code we take N and M as input where M is the number of terms * to be printed of the N-bonacci series * - * @author [Swastika Gupta](https://github.com/swastyy) + * @author [Swastika Gupta](https://github.com/Swastyy) */ #include /// for std::is_equal, std::swap #include /// for assert @@ -95,4 +95,4 @@ static void test() { int main() { test(); // run self-test implementations return 0; -} \ No newline at end of file +}