Adapt code style.

pull/3375/head
Kim Kulling 2020-09-14 08:40:21 +02:00 committed by GitHub
parent 23defc275a
commit 1ff9e2b522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -48,7 +48,5 @@ Implementations of the exception classes.
#include <assimp/Exceptional.h>
#include <assimp/TinyFormatter.h>
DeadlyErrorBase::DeadlyErrorBase(Assimp::Formatter::format f)
: runtime_error(std::string(f))
{
}
DeadlyErrorBase::DeadlyErrorBase(Assimp::Formatter::format f) :
runtime_error(std::string(f)){}