Fix formatting.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2022-01-10 11:49:05 -08:00
parent c8651856a0
commit bd875013b2
1 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,9 @@ def main():
if current_status is None:
current_status = line[len(STATUS_MARKER) :].strip('()\n')
if chapter_heading:
status_by_chapter[chapter_heading][current_status] = count_words(chapter_heading)
status_by_chapter[chapter_heading][current_status] = count_words(
chapter_heading
)
else:
current_status = line[len(STATUS_MARKER) :].strip('()\n')
elif line.startswith(ACT_MARKER):