Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Aug 24, 2024
1 parent 2579460 commit 093b05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/cavl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ class Tree final // NOSONAR cpp:S3624
/// tree.remove(Node<T>::search(root, search_predicate));
///
/// but it could be done also by direct node removal:
///
///
/// if (auto* const node = Node<T>::search(root, search_predicate) {
/// node->remove();
/// }
Expand Down

0 comments on commit 093b05d

Please sign in to comment.