Skip to content

Commit

Permalink
remove double private
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhuth committed Jan 16, 2025
1 parent af06548 commit 8040fd3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class WhiteBoard {
/// the keys in the other whiteboard.
void copyFrom(const WhiteBoard& other);

private:
private:
/// Find similar names for suggestions with levenshtein-distance
std::vector<std::string_view> similarNames(const std::string_view& name,
Expand Down

0 comments on commit 8040fd3

Please sign in to comment.