Skip to content

Commit fb23f7d

Browse files
committed
Merge pull request #110557 from Splizard/fix-dump-extension-api-with-docs-indentation
Fix `--dump-extension-api-with-docs` indentation
2 parents 7ce05be + e913155 commit fb23f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/extension/extension_api_dump.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static String fix_doc_description(const String &p_bbcode) {
9696
// Based on what EditorHelp does.
9797

9898
return p_bbcode.dedent()
99-
.remove_chars("\t\r")
99+
.remove_chars("\r")
100100
.strip_edges();
101101
}
102102

0 commit comments

Comments
 (0)