runformat

This commit is contained in:
Daniel Marjamäki 2022-11-12 22:36:15 +01:00
parent e8b37235d6
commit 8aec886450
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ struct InternalError {
std::string id;
};
class TerminateException: public std::runtime_error {
class TerminateException : public std::runtime_error {
public:
TerminateException(): std::runtime_error("terminate") {}
TerminateException() : std::runtime_error("terminate") {}
};
class CPPCHECKLIB Certainty {