mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
package_scripts.py: Adjust formatting
This commit is contained in:
@@ -8,6 +8,7 @@ class ZSHFunctions:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def generate_standard_pkg_parameters(self) -> str:
|
def generate_standard_pkg_parameters(self) -> str:
|
||||||
"""
|
"""
|
||||||
ZSH variables for standard PackageKit parameters
|
ZSH variables for standard PackageKit parameters
|
||||||
@@ -308,7 +309,6 @@ class ZSHFunctions:
|
|||||||
return _script
|
return _script
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class GenerateScripts:
|
class GenerateScripts:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
@@ -326,7 +326,6 @@ class GenerateScripts:
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def __generate_shebang(self) -> str:
|
def __generate_shebang(self) -> str:
|
||||||
"""
|
"""
|
||||||
Standard shebang for ZSH
|
Standard shebang for ZSH
|
||||||
|
|||||||
Reference in New Issue
Block a user