Skip to content

Commit

Permalink
remove redundant ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jun 23, 2024
1 parent 4873473 commit c640c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cv_to_pv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class invalid_conversion : public std::runtime_error
{
public:
explicit invalid_conversion(const std::string &msg) : std::runtime_error(msg) {};
explicit invalid_conversion(const std::string &msg) : std::runtime_error(msg) {}
};


Expand Down

0 comments on commit c640c5f

Please sign in to comment.