Skip to content

Commit

Permalink
Add extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jul 6, 2022
1 parent a3dcdd8 commit 7d2fa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def write_file(full_path: Path, content: str) -> None:
if result.stdout:
sys.exit(
"\u27b0 The following files have been changed/added/removed:\n\n"
f"{result.stdout}\nPlease stage them:\n git add "
f"{result.stdout}\nPlease stage them:\n\n git add "
f"{docs_api_ref_dir.relative_to(basis_dir / repo_folder)}"
)
print("\u2714 No changes - your API reference documentation is up-to-date !")
Expand Down

0 comments on commit 7d2fa2b

Please sign in to comment.