Remove double newline after ASCII banner

This commit is contained in:
rlaphoenix 2023-03-02 16:24:54 +00:00
parent cb1a7988f4
commit b2bcaf97a2
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ def main(version: bool, debug: bool, log_path: Path) -> None:
r"/_____/_____/ |___/___/_/ |_/_____/ ",
style="ascii.art"
),
"",
f"v[repr.number]{__version__}[/] Copyright © 2019-{datetime.now().year} rlaphoenix",
f" [bright_blue]https://github.com/devine-dl/devine[/]"
),