diff options
Diffstat (limited to 'tests/exec/bst.cpp')
-rw-r--r-- | tests/exec/bst.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exec/bst.cpp b/tests/exec/bst.cpp index e5ccce8..528d6a0 100644 --- a/tests/exec/bst.cpp +++ b/tests/exec/bst.cpp @@ -74,7 +74,7 @@ void BST::add2(int x) { void BST::print() { tree_print(this->root); - std::cout << std::endl; + std::cout << "\n"; } |