Skip to content

Commit

Permalink
remove redundant ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Aug 4, 2024
1 parent f894c23 commit 1a8a59d
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 1a8a59d

Please sign in to comment.