diff --git a/src/App/PropertyStandard.cpp b/src/App/PropertyStandard.cpp index 6319d289af..e7f335f882 100644 --- a/src/App/PropertyStandard.cpp +++ b/src/App/PropertyStandard.cpp @@ -2570,13 +2570,17 @@ void PropertyMaterial::setPyObject(PyObject* value) void PropertyMaterial::Save(Base::Writer& writer) const { - writer.Stream() << writer.ind() << "" - << "\" uuid=\"" << _cMat.uuid << "\"/>" << endl; + // clang-format off + writer.Stream() << writer.ind() + << "" << std::endl; + // clang-format on } void PropertyMaterial::Restore(Base::XMLReader& reader)