mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
[packages] Fix trivial indent problem
This commit is contained in:
parent
a3b84fa674
commit
cd7d109114
1 changed files with 3 additions and 2 deletions
|
@ -255,7 +255,8 @@ class PMEntropy(PackageManager):
|
||||||
# Doesn't need to update the system explicitly
|
# Doesn't need to update the system explicitly
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class PMLuet(PackageManager):
|
|
||||||
|
class PMLuet(PackageManager):
|
||||||
backend = "luet"
|
backend = "luet"
|
||||||
|
|
||||||
def install(self, pkgs, from_local=False):
|
def install(self, pkgs, from_local=False):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue