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 +}