mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7d8456d8c8
commit
0e975dfea6
4 changed files with 7 additions and 7 deletions
|
@ -112,7 +112,7 @@ inline void printFailed(const char* message, FILE* file = stdout) {
|
|||
class AssertFailedException : public std::exception {
|
||||
public:
|
||||
AssertFailedException(std::string description, std::string filepath, int line)
|
||||
: std::exception(), description_(description), filepath_(filepath), line_(line){};
|
||||
: std::exception(), description_(description), filepath_(filepath), line_(line) {};
|
||||
|
||||
virtual const char* what() const throw() { return description_.c_str(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue