mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
amfi_detect.py: Adjust indentation
This commit is contained in:
@@ -136,10 +136,10 @@ class AmfiConfigurationDetection:
|
|||||||
See AmfiConfigLevel enum for valid levels
|
See AmfiConfigLevel enum for valid levels
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
level (int): The level of AMFI checks to check for
|
level (int): The level of AMFI checks to check for
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
bool: True if the AMFI configuration matches the level, False otherwise
|
bool: True if the AMFI configuration matches the level, False otherwise
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if level == AmfiConfigDetectLevel.NO_CHECK:
|
if level == AmfiConfigDetectLevel.NO_CHECK:
|
||||||
|
|||||||
Reference in New Issue
Block a user