diff --git a/code/Common/Exceptional.cpp b/code/Common/Exceptional.cpp index 660b54b27..ae5257c19 100644 --- a/code/Common/Exceptional.cpp +++ b/code/Common/Exceptional.cpp @@ -48,7 +48,5 @@ Implementations of the exception classes. #include #include -DeadlyErrorBase::DeadlyErrorBase(Assimp::Formatter::format f) - : runtime_error(std::string(f)) -{ -} +DeadlyErrorBase::DeadlyErrorBase(Assimp::Formatter::format f) : + runtime_error(std::string(f)){}