Changelogs: indent instead of blockquoting
This commit is contained in:
parent
dcd51c39b3
commit
1d2ed9e9d6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue