From e7ac2255c583ce682fea68141ee32e0d2a54b558 Mon Sep 17 00:00:00 2001 From: muskan0719 <53470969+muskan0719@users.noreply.github.com> Date: Wed, 21 Oct 2020 22:18:40 +0530 Subject: [PATCH] Update math/sum_of_binomial_coefficient.cpp Co-authored-by: David Leal --- math/sum_of_binomial_coefficient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/sum_of_binomial_coefficient.cpp b/math/sum_of_binomial_coefficient.cpp index 1ed878b75..68ab0d5af 100644 --- a/math/sum_of_binomial_coefficient.cpp +++ b/math/sum_of_binomial_coefficient.cpp @@ -57,5 +57,5 @@ static void test() int main() { test(); // execute the tests - return 0; + return 0; }