chore(fmt): use tab
Signed-off-by: h8d13 <hadean-eon-dev@proton.me>
This commit is contained in:
parent
2993e98dd6
commit
735f6cd2f1
|
|
@ -3,10 +3,10 @@ from typing import Final
|
|||
|
||||
|
||||
class Kernel(StrEnum):
|
||||
LINUX = auto()
|
||||
LINUX_LTS = 'linux-lts'
|
||||
LINUX_ZEN = 'linux-zen'
|
||||
LINUX_HARDENED = 'linux-hardened'
|
||||
LINUX = auto()
|
||||
LINUX_LTS = 'linux-lts'
|
||||
LINUX_ZEN = 'linux-zen'
|
||||
LINUX_HARDENED = 'linux-hardened'
|
||||
LINUX_RT = 'linux-rt'
|
||||
LINUX_RT_LTS = 'linux-rt-lts'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue