Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Sep 24, 2023
1 parent fd38d70 commit c1cf2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_js/renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def rst(
elif not had_blank:
lines.append("")
had_blank = True
result = "\n".join(lines) + "\n"
result = "\n".join(lines) + "\n"
return result

def _formal_params(self, obj: Function | Class) -> str:
Expand Down

0 comments on commit c1cf2d7

Please sign in to comment.