Adapt code style.

This commit is contained in:
Kim Kulling
2020-09-14 08:40:21 +02:00
committed by GitHub
parent 23defc275a
commit 1ff9e2b522

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)){}