App: Prepare for clang-format
This commit is contained in:
@@ -384,7 +384,7 @@ void ExtensionContainer::restoreExtensions(Base::XMLReader& reader) {
|
||||
if (!ext->isPythonExtension()) {
|
||||
delete ext;
|
||||
std::stringstream str;
|
||||
str << "Extension is not a python addable version: '" << Type << "'" << std::ends;
|
||||
str << "Extension is not a python addable version: '" << Type << "'";
|
||||
throw Base::TypeError(str.str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user