mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
fix spaces
This commit is contained in:
parent
16312f1ed6
commit
b9a42d3778
1 changed files with 1 additions and 1 deletions
|
@ -88,6 +88,6 @@ class PkgDesc(object):
|
|||
print(
|
||||
self.COLOR + line[31:] + color['ENDC'])
|
||||
if count == 0:
|
||||
pkg_not_found("", self.name, "No matching", "\n")
|
||||
pkg_not_found("", self.name, "No matching", "\n")
|
||||
else:
|
||||
print("") # new line at end
|
||||
|
|
Loading…
Add table
Reference in a new issue