mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fix for new line
This commit is contained in:
parent
d6eca8065f
commit
eefeb81086
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class RepoInfo(Configs):
|
|||
title: str = f'repositories information:'.title()
|
||||
if self.option_for_repository:
|
||||
title: str = f'repository information:'.title()
|
||||
print(title)
|
||||
print(f'\n{title}')
|
||||
print('=' * (self.columns - 1))
|
||||
print(f"{'Name:':<{self.name_alignment}}{'Status:':<14}{'Last Updated:':<34}{'Packages:':>12}")
|
||||
print('=' * (self.columns - 1))
|
||||
|
|
Loading…
Add table
Reference in a new issue