diff --git a/editor/doc/doc_data.cpp b/editor/doc/doc_data.cpp index bfee66569a7..a44830ef80e 100644 --- a/editor/doc/doc_data.cpp +++ b/editor/doc/doc_data.cpp @@ -1081,9 +1081,9 @@ Error DocData::save_classes(const String &p_default_path, const Map"); - } else { _write_string(f, 2, ""); + } else { + _write_string(f, 2, ""); } _write_string(f, 3, k.description.strip_edges().xml_escape()); _write_string(f, 2, "");