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