Skip to content

Commit

Permalink
Cosmetic cleanup in changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Mar 21, 2024
1 parent 7977ea7 commit 4a6acc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel_doc/git-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ class PlainLog(object):
if not self.no_preamble:
out = [self._format_preamble(), '']
changesets = self.changesets
last = len(SECTIONS) - 1
for section in SECTIONS:
heading = self._format_section(section)
if section not in changesets:
Expand All @@ -171,6 +170,7 @@ class PlainLog(object):
out.append('')
return '\n'.join(out)


class MarkdownLog(PlainLog):
def __init__(self, range, devel, empty, no_preamble, width, refresh, quiet, level,
*args, **kwargs):
Expand Down

0 comments on commit 4a6acc3

Please sign in to comment.