remove newline

This commit is contained in:
Daylin Morgan 2024-07-12 11:25:16 -05:00
parent 45f6def98f
commit 1c406ecbfb
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -41,8 +41,7 @@ class Exe:
print(f""" print(f"""
name: {self.owner}/{self.name} name: {self.owner}/{self.name}
latest: {self.fetch_tags()[0]} latest: {self.fetch_tags()[0]}
current: current:""")
""")
print("\n".join([f" | {line} " for line in self.current_version().splitlines()])) print("\n".join([f" | {line} " for line in self.current_version().splitlines()]))