mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Fix bad indentation
This commit is contained in:
parent
261267dfb3
commit
3508b6fd08
1 changed files with 4 additions and 4 deletions
|
@ -258,10 +258,10 @@ class ArgParse(object):
|
|||
if (len(self.args) >= 1 and len(self.args) <= 5 and
|
||||
self.args[0] in options and
|
||||
self.args[1] in self.meta.repositories):
|
||||
PackageManager(binary=None).package_list(self.args[1],
|
||||
name,
|
||||
INDEX,
|
||||
installed)
|
||||
PackageManager(binary=None).package_list(self.args[1],
|
||||
name,
|
||||
INDEX,
|
||||
installed)
|
||||
else:
|
||||
usage("")
|
||||
|
||||
|
|
Loading…
Reference in a new issue