mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-15 18:43:43 +01:00
Changelogs: indent instead of blockquoting
This commit is contained in:
parent
dcd51c39b3
commit
1d2ed9e9d6
|
|
@ -744,7 +744,7 @@ class MatrixUnits(Units):
|
||||||
# then bail out.
|
# then bail out.
|
||||||
changelog_lines.pop()
|
changelog_lines.pop()
|
||||||
break
|
break
|
||||||
changelog_lines.append(" " + line)
|
changelog_lines.append(" " + line)
|
||||||
changelogs[name] = "\n".join(changelog_lines)
|
changelogs[name] = "\n".join(changelog_lines)
|
||||||
|
|
||||||
return changelogs
|
return changelogs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue