Skip to content

Commit

Permalink
Fix missing new-lines in docs HTML files (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 authored Jan 12, 2022
1 parent 35d3545 commit 9ec20e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postprocess-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
# Mapbox Directions specific
line = re.sub(r'MapboxDirections\s+(Docs|Reference)', lambda x: 'Mapbox Directions for Swift {section}'.format(section=x.group(1)), line.rstrip('\n'))

sys.stdout.write(line)
sys.stdout.write(line + "\n")

0 comments on commit 9ec20e3

Please sign in to comment.