Skip to content

Commit

Permalink
Remove redundant // namespace xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcoe committed Feb 15, 2025
1 parent a1751f0 commit c7e41a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymorphic.h
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class polymorphic {
cb_ = nullptr;
}
}
}; // namespace xyz
};

} // namespace xyz

Expand Down

0 comments on commit c7e41a5

Please sign in to comment.