From ff091f7b45dd4b108d8b9c21a9dc2979cdeb0364 Mon Sep 17 00:00:00 2001 From: Alvin Philips Date: Tue, 19 Oct 2021 07:51:21 +0530 Subject: [PATCH] Update operations_on_datastructures/reverse_binary_tree.cpp Co-authored-by: David Leal --- operations_on_datastructures/reverse_binary_tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations_on_datastructures/reverse_binary_tree.cpp b/operations_on_datastructures/reverse_binary_tree.cpp index 75512f083..38e27fd5e 100644 --- a/operations_on_datastructures/reverse_binary_tree.cpp +++ b/operations_on_datastructures/reverse_binary_tree.cpp @@ -250,4 +250,4 @@ static void test() { int main() { test(); ///< Run our Test cases return 0; -} \ No newline at end of file +}